Skip to content

Commit dcce32e

Browse files
authored
Merge pull request #42 from NativeScript/dtodorov/fix-mocha-multi
Fix: mocha-multi to 1.1.0
2 parents 904dab0 + e43dc42 commit dcce32e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"karma-nativescript-launcher": "^0.4.0",
1111
"mocha": "^3.3.0",
1212
"mocha-junit-reporter": "^1.18.0",
13-
"mocha-multi": "^1.0.1",
13+
"mocha-multi": "1.1.0",
1414
"mochawesome": "^3.1.1",
1515
"nativescript-dev-appium": "~5.2.0",
1616
"typescript": "~3.5.3"
1717
},
1818
"scripts": {
1919
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts"
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)