Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Oct 10, 2024
1 parent ae0aa9e commit f607138
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/util/test-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export function test(title: string, tsVersionGlob: string | undefined, impl: Ext
const fullTitle = `${title} (TypeScript v${nextCurrentOptions.typescriptVersion}) (Use Program: ${useProgram})`;

if (Boolean(runOptions?.only)) {
console.log(`only!`);
testModule(fullTitle, {only: true}, async t => impl(t, nextCurrentOptions));
} else {
testModule(fullTitle, async t => impl(t, nextCurrentOptions));
Expand Down

0 comments on commit f607138

Please sign in to comment.