Skip to content

Commit

Permalink
fixed deprecated useColors
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Heinemann <lhein.smx@gmail.com>
  • Loading branch information
lhein committed Jul 15, 2020
1 parent 8f3d0e7 commit 48e230d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/suite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let mocha = new Mocha({
ui: 'tdd',
timeout: 20000,
reporter: 'mocha-jenkins-reporter',
useColors: true
color: true
});

export function run(): Promise<void> {
Expand Down

0 comments on commit 48e230d

Please sign in to comment.