Skip to content

Commit c54b147

Browse files
author
Elena Hristova
committed
chore: add chai dependency in test apps
1 parent 9f43baa commit c54b147

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)