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
d63bc50d99
commit
f69605174b
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ describe('Content Layer', () => {
|
|||
// Vite may not have noticed the saved data store yet. Wait a little just in case.
|
||||
await fixture.onNextDataStoreChange(1000).catch(() => {
|
||||
// Ignore timeout, because it may have saved before we get here.
|
||||
})
|
||||
});
|
||||
const rawJsonResponse = await fixture.fetch('/collections.json');
|
||||
const rawJson = await rawJsonResponse.text();
|
||||
json = devalue.parse(rawJson);
|
||||
|
|
Loading…
Add table
Reference in a new issue