Skip to content

Commit dd1edcf

Browse files
committed
chore: remove log
1 parent 287c7d2 commit dd1edcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/base.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ describe('empty', async () => {
3333
test('Default collection is defined', async () => {
3434
const rootDir = fileURLToPath(new URL('./fixtures/empty', import.meta.url))
3535
const config = await loadContentConfig(rootDir, { defaultFallback: true })
36-
console.log(config.collections)
3736

3837
// Pages collection + _info collection
3938
expect(config.collections.length).toBe(2)

0 commit comments

Comments
 (0)