mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
[ci] format
This commit is contained in:
parent
8f755e2cd1
commit
96baf22ab9
2 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@ describe('Astro Actions', () => {
|
|||
root: './fixtures/actions/',
|
||||
adapter: testAdapter(),
|
||||
experimental: {
|
||||
rewriting: true
|
||||
}
|
||||
rewriting: true,
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -14,8 +14,8 @@ describe('Astro.cookies', () => {
|
|||
output: 'server',
|
||||
adapter: testAdapter(),
|
||||
experimental: {
|
||||
rewriting: true
|
||||
}
|
||||
rewriting: true,
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue