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

Commit b1f3996

Browse files
Merge pull request #1046 from NativeScript/svetoslavtsenov/fix-chai-dep
chore: add chai dev dependency
2 parents 561c597 + 6f12fda commit b1f3996

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: demo/AngularApp/package.json

+1
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",

Diff for: demo/JavaScriptApp/package.json

+1
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",

Diff for: demo/TypeScriptApp/package.json

+1
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)