Skip to content

Commit

Permalink
refactor: updated tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Jun 21, 2024
1 parent 92c5f05 commit e41cf57
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 @@ -15,7 +15,7 @@
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
"start": "fedx-scripts webpack-dev-server --progress",
"debug-test": "node --inspect-brk node_modules/.bin/jest --coverage --runInBand",
"test": "TZ=UTC fedx-scripts jest --coverage --runInBand",
"test": "TZ=UTC fedx-scripts jest --coverage --maxWorkers=2",
"test:watch": "npm run test -- --watch",
"snapshot": "fedx-scripts jest --updateSnapshot"
},
Expand Down

0 comments on commit e41cf57

Please sign in to comment.