Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gcusnieux committed Sep 23, 2022
1 parent e278eb2 commit c61f4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"release": "semantic-release",
"serve": "yarn docs && start-storybook -p 6006 --ci -s assets --modern",
"serve:prod": "yarn build && static -a 0.0.0.0 -p 8080 storybook-static --modern",
"test": "jest",
"test": "NODE_OPTIONS=--unhandled-rejections=warn jest",
"test:coverage": "yarn test --collect-coverage",
"test:watch": "yarn test --watchAll"
},
Expand Down

0 comments on commit c61f4d5

Please sign in to comment.