Commit 45f149ba by Sarah Fischmann

getting error when attempting to run snapshot tests

parent 17417b0d
import initStoryshots from '@storybook/addon-storyshots';
initStoryshots();
...@@ -11,19 +11,21 @@ ...@@ -11,19 +11,21 @@
"deploy-storybook": "storybook-to-ghpages", "deploy-storybook": "storybook-to-ghpages",
"lint": "eslint --ext .js --ext .jsx .", "lint": "eslint --ext .js --ext .jsx .",
"precommit": "yarn run lint", "precommit": "yarn run lint",
"start": "start-storybook -p 6006" "start": "start-storybook -p 6006",
"test": "jest"
}, },
"dependencies": { "dependencies": {
"classnames": "^2.2.5", "classnames": "^2.2.5",
"prop-types": "^15.5.8", "prop-types": "^15.5.8",
"react": "^15.5.4", "react": "^15.5.4",
"react-transition-group": "^1.1.2",
"react-dom": "^15.5.4", "react-dom": "^15.5.4",
"react-transition-group": "^1.1.2",
"reactstrap": "^4.6.2" "reactstrap": "^4.6.2"
}, },
"devDependencies": { "devDependencies": {
"@kadira/storybook": "^2.21.0", "@kadira/storybook": "^2.21.0",
"@kadira/storybook-deployer": "^1.2.0", "@kadira/storybook-deployer": "^1.2.0",
"@storybook/addon-storyshots": "^3.0.0",
"babel-cli": "^6.24.1", "babel-cli": "^6.24.1",
"babel-loader": "^7.0.0", "babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-object-rest-spread": "^6.23.0",
...@@ -37,6 +39,7 @@ ...@@ -37,6 +39,7 @@
"eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3", "eslint-plugin-react": "^6.10.3",
"husky": "^0.13.4", "husky": "^0.13.4",
"jest": "^20.0.4",
"react-router-dom": "^4.1.1", "react-router-dom": "^4.1.1",
"source-map-loader": "^0.2.1", "source-map-loader": "^0.2.1",
"webpack": "^2.4.1", "webpack": "^2.4.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment