0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

[ci] format

This commit is contained in:
Arsh 2024-01-31 06:08:21 +00:00 committed by astrobot-houston
parent 37369550ab
commit 84e9935a91

View file

@ -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'],