mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
97f413f118
commit
74ee2e45ec
1 changed files with 0 additions and 1 deletions
|
@ -313,7 +313,6 @@ describe('Content Layer', () => {
|
|||
devServer?.stop();
|
||||
});
|
||||
|
||||
|
||||
it('Generates content types files', async () => {
|
||||
assert.ok(existsSync(new URL('./.astro/content.d.ts', fixture.config.root)));
|
||||
const data = await fs.readFile(new URL('./.astro/types.d.ts', fixture.config.root), 'utf-8');
|
||||
|
|
Loading…
Reference in a new issue