Skip to content

Commit 029e055

Browse files
committed
Merge remote-tracking branch 'upstream/master'
* upstream/master: Fix travis build error (#326)
2 parents f6d469e + 09df53a commit 029e055

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)