0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Matt Kane 2024-11-29 16:02:58 +00:00 committed by astrobot-houston
parent 97f413f118
commit 74ee2e45ec

View file

@ -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');