mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
[ci] format
This commit is contained in:
parent
98d9ce41f2
commit
84be17fdf6
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