Skip to content

Commit 6741fc4

Browse files
authored
fix(mocha-ts): Fix conflicts with mocha and jest typings (#2197)
1 parent 08b247f commit 6741fc4

File tree

4 files changed

+572
-22
lines changed

4 files changed

+572
-22
lines changed

Diff for: lib/container.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class Container {
9999
* Get Mocha instance
100100
*
101101
* @api
102-
* @returns {Mocha | {}}
102+
* @returns { * }
103103
*/
104104
static mocha() {
105105
return container.mocha;

Diff for: package.json

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
},
5151
"dependencies": {
5252
"@codeceptjs/configure": "^0.4.0",
53-
"@types/mocha": "^5.2.7",
5453
"allure-js-commons": "^1.3.2",
5554
"arrify": "^2.0.1",
5655
"axios": "^0.19.1",

0 commit comments

Comments
 (0)