From 9f23be1a2c98710e125eee12279e54f32cc4e792 Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Fri, 7 Sep 2018 14:49:21 +0300 Subject: [PATCH] fix: include mocha and chai typings (#6246) --- e2e/modal-navigation/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/e2e/modal-navigation/package.json b/e2e/modal-navigation/package.json index c3c960bc9..1b2392472 100644 --- a/e2e/modal-navigation/package.json +++ b/e2e/modal-navigation/package.json @@ -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",