diff --git a/packages/astro/test/content-layer.test.js b/packages/astro/test/content-layer.test.js index aaf7c594f1..73375b1853 100644 --- a/packages/astro/test/content-layer.test.js +++ b/packages/astro/test/content-layer.test.js @@ -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');