Skip to content

Commit afffc26

Browse files
jiayihugaearon
authored andcommitted
Add expect to devDependencies to run tests (reduxjs#1721)
`expect` package is missing from devDependencies and it's required to run tests in this example.
1 parent b024e3f commit afffc26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/shopping-cart/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"babel-preset-react-hmre": "^1.1.1",
3333
"cross-env": "^1.0.7",
3434
"enzyme": "^2.0.0",
35+
"expect": "^1.20.1",
3536
"express": "^4.13.3",
3637
"json-loader": "^0.5.3",
3738
"react-addons-test-utils": "^0.14.7",

0 commit comments

Comments
 (0)