Skip to content

Commit 6417807

Browse files
committed
verbose
1 parent 72635b2 commit 6417807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async function main() {
1313
const extensionTestsPath = path.resolve(__dirname, './index.js');
1414

1515
// Download VS Code, unzip it and run the integration test
16-
await runTests({ extensionDevelopmentPath, extensionTestsPath, version: '1.35.1' });
16+
await runTests({ extensionDevelopmentPath, extensionTestsPath, version: '1.35.1', launchArgs: ['--verbose'] });
1717
} catch (err) {
1818
console.error('Failed to run tests');
1919
process.exit(1);

0 commit comments

Comments
 (0)