upgrade storyshots
Showing
.storybook/Storyshots.test.js
0 → 100644
| ... | @@ -12,8 +12,7 @@ | ... | @@ -12,8 +12,7 @@ |
| "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", | "test": "jest" | ||
| "test-storybook": "storyshots" | |||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "classnames": "^2.2.5", | "classnames": "^2.2.5", | ||
| ... | @@ -25,7 +24,6 @@ | ... | @@ -25,7 +24,6 @@ |
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@kadira/storybook-deployer": "^1.2.0", | "@kadira/storybook-deployer": "^1.2.0", | ||
| "@kadira/storyshots": "^2.1.0", | |||
| "@storybook/addon-options": "^3.1.6", | "@storybook/addon-options": "^3.1.6", | ||
| "@storybook/addon-storyshots": "^3.1.7", | "@storybook/addon-storyshots": "^3.1.7", | ||
| "@storybook/react": "3.1.3", | "@storybook/react": "3.1.3", | ||
| ... | ... |
Please
register
or
sign in
to comment