Skip to content

Commit 9dc8d37

Browse files
committedAug 22, 2023
Remove console.log + obsolete assertion
1 parent 2f212e3 commit 9dc8d37

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎tests/nextjs.test.ts

-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ test('Support NextJS files', async () => {
1313
cwd,
1414
});
1515

16-
console.log({ counters });
17-
1816
assert.deepEqual(counters, {
1917
...baseCounters,
20-
dependencies: 0,
2118
processed: 3,
2219
total: 3,
2320
});

0 commit comments

Comments
 (0)
Please sign in to comment.