Skip to content

Commit d8a8dec

Browse files
committed
reduce vscode test logging
1 parent 816e59e commit d8a8dec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.vscode-test.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const baseConfig = /** @type {const} */ ({
1010
timeout: 10000,
1111
require: ['tsx/cjs'],
1212
},
13+
launchArgs: ['--log=error'],
1314
});
1415

1516
module.exports = defineConfig([

0 commit comments

Comments
 (0)