Skip to content

Commit

Permalink
nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdctaka committed Jun 18, 2023
1 parent bd33aed commit 44f85ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function main() {

// The path to test runner
// Passed to --extensionTestsPath
let extensionTestsPath = path.resolve(__dirname, './suite/index');
const extensionTestsPath = path.resolve(__dirname, './suite/index');

if (process.argv.indexOf('--coverage') >= 0) {
// Add code coverage
Expand Down

0 comments on commit 44f85ec

Please sign in to comment.