Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Nov 7, 2024
1 parent 287c7d2 commit dd1edcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/base.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ describe('empty', async () => {
test('Default collection is defined', async () => {
const rootDir = fileURLToPath(new URL('./fixtures/empty', import.meta.url))
const config = await loadContentConfig(rootDir, { defaultFallback: true })
console.log(config.collections)

// Pages collection + _info collection
expect(config.collections.length).toBe(2)
Expand Down

0 comments on commit dd1edcf

Please sign in to comment.