Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 6f12fda

Browse files
chore: include missing dependency
1 parent 561c597 commit 6f12fda

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

demo/AngularApp/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"chai-as-promised": "~7.1.1",
4040
"lazy": "1.0.11",
4141
"mocha": "~5.2.0",
42+
"chai": "4.2.0",
4243
"mochawesome": "~3.1.2",
4344
"nativescript-dev-appium": "next",
4445
"nativescript-dev-webpack": "next",

demo/JavaScriptApp/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"babel-types": "6.26.0",
2525
"babylon": "6.18.0",
2626
"lazy": "1.0.11",
27+
"chai": "4.2.0",
2728
"mocha": "~5.2.0",
2829
"mochawesome": "~3.1.2",
2930
"nativescript-dev-appium": "next",

demo/TypeScriptApp/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"babylon": "6.18.0",
2626
"lazy": "1.0.11",
2727
"mocha": "~5.2.0",
28+
"chai": "4.2.0",
2829
"mochawesome": "~3.1.2",
2930
"nativescript-dev-appium": "next",
3031
"nativescript-dev-webpack": "next",

0 commit comments

Comments
 (0)