summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matt Kane <ascorbic@users.noreply.github.com> 2024-11-29 16:02:58 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-11-29 16:02:58 +0000
commit74ee2e45ecc9edbe285eadee6d0b94fc47d0d125 (patch)
tree1799398be8adbbce077901d9b734a2ca84270d95
parent97f413f1189fd626dffac8b48b166684c7e77627 (diff)
downloadastro-74ee2e45ecc9edbe285eadee6d0b94fc47d0d125.tar.gz
astro-74ee2e45ecc9edbe285eadee6d0b94fc47d0d125.tar.zst
astro-74ee2e45ecc9edbe285eadee6d0b94fc47d0d125.zip
[ci] format
-rw-r--r--packages/astro/test/content-layer.test.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/test/content-layer.test.js b/packages/astro/test/content-layer.test.js
index aaf7c594f..73375b185 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');