Skip to content

Commit 09df53a

Browse files
authored
Fix travis build error (#326)
Fixes #323 Pass options to mocha as an anonymous type as `retries` is not supported in the typed definition file, even though mocha supports it.
1 parent e2218b1 commit 09df53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ testRunner.configure({
99
useColors: true,
1010
timeout: 25000,
1111
retries: 3
12-
});
12+
} as {});
1313
module.exports = testRunner;

0 commit comments

Comments
 (0)