mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -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();
|
devServer?.stop();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
it('Generates content types files', async () => {
|
it('Generates content types files', async () => {
|
||||||
assert.ok(existsSync(new URL('./.astro/content.d.ts', fixture.config.root)));
|
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');
|
const data = await fs.readFile(new URL('./.astro/types.d.ts', fixture.config.root), 'utf-8');
|
||||||
|
|
Loading…
Add table
Reference in a new issue