Skip to content

Commit

Permalink
build(ui): Skip snapshot testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Feb 27, 2022
1 parent 1b5f66b commit c0008ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"generate-svg-sprite": "npx svg-sprite -s --si --no-svg-namespace-classnames src/assets/icons/*.svg && mv symbol/svg/sprite.symbol.svg src/assets/icons.svg",
"lint": "../../node_modules/.bin/eslint . --ext .jsx,.js",
"start": "cross-env NODE_ENV=development start-storybook -c ./build/storybook -p 8080",
"test": "npm run test:unit && npm run test:storyshots",
"test": "npm run test:unit",
"test:unit": "jest src --passWithNoTests",
"test:storyshots": "jest build/storybook ",
"chromatic": "chromatic --exit-zero-on-changes"
Expand Down

0 comments on commit c0008ef

Please sign in to comment.