We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287c7d2 commit dd1edcfCopy full SHA for dd1edcf
test/base.test.ts
@@ -33,7 +33,6 @@ describe('empty', async () => {
33
test('Default collection is defined', async () => {
34
const rootDir = fileURLToPath(new URL('./fixtures/empty', import.meta.url))
35
const config = await loadContentConfig(rootDir, { defaultFallback: true })
36
- console.log(config.collections)
37
38
// Pages collection + _info collection
39
expect(config.collections.length).toBe(2)
0 commit comments