Skip to content

Commit

Permalink
Updated test script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixH committed Nov 12, 2021
1 parent c540a95 commit 08e62cc
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 @@ -37,7 +37,7 @@
"ios:release": "react-native run-ios --configuration Release",
"pod:install": "cd ios && pod install",
"pod:deintegrate": "cd ios && pod deintegrate",
"test": "jest --ci --testResultsProcessor='jest-junit' --reporters='default' --reporters='jest-junit'",
"test": "jest -u --ci --testResultsProcessor='jest-junit' --reporters='default' --reporters='jest-junit'",
"precommit": "npm test",
"lint": "cross-env TIMING=1 eslint src __tests__ types App.tsx --ext .js,.ts,.tsx",
"lint:fix": "cross-env TIMING=1 eslint src __tests__ types App.tsx --fix --ext .js,.ts,.tsx",
Expand Down

0 comments on commit 08e62cc

Please sign in to comment.