Skip to content

Commit

Permalink
feat(states): createStore
Browse files Browse the repository at this point in the history
change `test` script from `jest` to `jest 2>&1`
microsoft/rushstack#1329 (comment)
  • Loading branch information
unional committed Mar 28, 2022
1 parent 9d76696 commit e3f6de7
Show file tree
Hide file tree
Showing 23 changed files with 657 additions and 44 deletions.
2 changes: 1 addition & 1 deletion components/command-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "eslint --ext=ts,tsx,js,yaml,yml .",
"start": "react-scripts start",
"storybook": "start-storybook -p 6006 -s public",
"test": "react-app-rewired test --watchAll=false",
"test": "react-app-rewired test --watchAll=false 2>&1",
"test:visual": "cross-env VISUAL_TEST=1 react-app-rewired test --watchAll=false",
"test:watch": "react-app-rewired test",
"verify": "run-p build lint depcheck test",
Expand Down
Loading

0 comments on commit e3f6de7

Please sign in to comment.