Skip to content

Commit 07a034e

Browse files
DimitarTodorovelena-p
authored andcommitted
Fix: mocha-multi version to 1.1.0 (#297)
* Fix: mocha-multi version to.1.0.1 * Update package.json
1 parent 1dbc8b8 commit 07a034e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"karma-nativescript-launcher": "^0.4.0",
1212
"mocha": "^3.3.0",
1313
"mocha-junit-reporter": "^1.18.0",
14-
"mocha-multi": "^1.0.1",
14+
"mocha-multi": "1.1.0",
1515
"mochawesome": "^3.1.1",
1616
"nativescript-dev-appium": "~5.2.0",
1717
"typescript": "~3.5.3"
1818
},
1919
"scripts": {
2020
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts"
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)