Skip to content

Commit 9f23be1

Browse files
SvetoslavTsenovtsonevn
authored andcommitted
fix: include mocha and chai typings (#6246)
1 parent ca00437 commit 9f23be1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

e2e/modal-navigation/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@
1717
"tns-core-modules": "next"
1818
},
1919
"devDependencies": {
20+
"@types/chai": "~4.1.3",
21+
"@types/mocha": "~5.2.1",
22+
"@types/node": "^7.0.5",
2023
"nativescript-dev-appium": "next",
2124
"nativescript-dev-typescript": "next",
22-
"nativescript-dev-webpack": "next"
25+
"nativescript-dev-webpack": "next",
26+
"typescript": "^3.0.3"
2327
},
2428
"scripts": {
2529
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

0 commit comments

Comments
 (0)