Skip to content

Commit

Permalink
Fix mocha configuration type
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Kondratyev committed Feb 4, 2019
1 parent 7455642 commit 56f6e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runScript({
}).complete().then(({ output }) => console.log(`Using python ${output}`));

const reporter = getReporter();
testRunner.configure(<any>{
testRunner.configure({
ui: 'tdd', // the TDD UI is being used in extension.test.ts (suite, test, etc.)
useColors: true, // colored output from test results
slow: 1000,
Expand Down

0 comments on commit 56f6e8a

Please sign in to comment.