From faf3f96c4720b1fb92ccefd3ef113cad10562323 Mon Sep 17 00:00:00 2001 From: Jiayi Hu Date: Thu, 12 May 2016 13:07:49 +0200 Subject: [PATCH] Add expect to devDependencies to run tests `expect` package is missing from devDependencies and it's required to run tests in this example. --- examples/shopping-cart/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/shopping-cart/package.json b/examples/shopping-cart/package.json index d087c52962..cc4c8f42ff 100644 --- a/examples/shopping-cart/package.json +++ b/examples/shopping-cart/package.json @@ -32,6 +32,7 @@ "babel-preset-react-hmre": "^1.1.1", "cross-env": "^1.0.7", "enzyme": "^2.0.0", + "expect": "^1.20.1", "express": "^4.13.3", "json-loader": "^0.5.3", "react-addons-test-utils": "^0.14.7",