mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: include mocha and chai typings (#6246)
This commit is contained in:
committed by
Nikolay Tsonev
parent
ca0043701b
commit
9f23be1a2c
@@ -17,9 +17,13 @@
|
||||
"tns-core-modules": "next"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "~4.1.3",
|
||||
"@types/mocha": "~5.2.1",
|
||||
"@types/node": "^7.0.5",
|
||||
"nativescript-dev-appium": "next",
|
||||
"nativescript-dev-typescript": "next",
|
||||
"nativescript-dev-webpack": "next"
|
||||
"nativescript-dev-webpack": "next",
|
||||
"typescript": "^3.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
|
||||
|
||||
Reference in New Issue
Block a user