Skip to content

Commit 1d3b846

Browse files
committed
Clean up plugin template
1 parent ffd4187 commit 1d3b846

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/knip/test/plugins/_template.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ test('Find dependencies with the __PLUGIN_NAME__ plugin', async () => {
1414
cwd,
1515
});
1616

17-
// TODO: Remove the console.log() before submitting a PR.
18-
// console.log(issues);
19-
2017
assert.deepEqual(counters, {
2118
...baseCounters,
2219
processed: 0,

0 commit comments

Comments
 (0)