Skip to content

Commit 6167f70

Browse files
authored
Merge pull request #1986 from NativeScript/hristova/add-chai-dependency-in-apps
chore: add chai dependency in test apps
2 parents 9f43baa + c54b147 commit 6167f70

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Diff for: e2e/animation-examples/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"babel-traverse": "6.25.0",
3838
"babel-types": "6.25.0",
3939
"babylon": "6.17.4",
40+
"chai": "^4.2.0",
4041
"lazy": "1.0.11",
4142
"mocha": "~5.2.0",
4243
"mochawesome": "~3.1.2",

Diff for: e2e/modal-navigation-ng/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"babel-traverse": "6.26.0",
3838
"babel-types": "6.26.0",
3939
"babylon": "6.18.0",
40+
"chai": "^4.2.0",
4041
"lazy": "1.0.11",
4142
"mocha": "~5.2.0",
4243
"mochawesome": "~3.1.2",

Diff for: e2e/nested-router-tab-view/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"babel-traverse": "6.26.0",
3232
"babel-types": "6.26.0",
3333
"babylon": "6.18.0",
34+
"chai": "^4.2.0",
3435
"lazy": "1.0.11",
3536
"mocha": "~5.2.0",
3637
"mochawesome": "~3.1.2",

Diff for: e2e/routable-animations/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"babel-traverse": "6.25.0",
3232
"babel-types": "6.25.0",
3333
"babylon": "6.17.4",
34+
"chai": "^4.2.0",
3435
"colors": "^1.1.2",
3536
"lazy": "1.0.11",
3637
"mocha": "~5.2.0",

0 commit comments

Comments
 (0)