mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
37369550ab
commit
84e9935a91
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ describe('endpoints', () => {
|
|||
await done;
|
||||
const headers = res.getHeaders();
|
||||
expect(headers).to.deep.equal({
|
||||
"access-control-allow-origin": "*",
|
||||
'access-control-allow-origin': '*',
|
||||
'x-single': 'single',
|
||||
'x-triple': 'one, two, three',
|
||||
'set-cookie': ['hello', 'world'],
|
||||
|
|
Loading…
Reference in a new issue