Skip to content

Commit

Permalink
test(jest): add --watch option for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanaelAma committed Jun 14, 2024
1 parent 7b0b631 commit 2d06bd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build": "swc src -d dist --source-maps --copy-files",
"build:tsc": "tsc && tsc-alias",
"test": "jest --forceExit --detectOpenHandles",
"test:watch": "jest --forceExit --detectOpenHandles --watch",
"test:ci": "jest --ci --reporters=default --reporters=jest-junit --forceExit --detectOpenHandles --coverage=true --coverageReporters=cobertura",
"lint": "eslint --ignore-path .gitignore --ext .ts src/",
"lint:fix": "npm run lint -- --fix",
Expand Down

0 comments on commit 2d06bd5

Please sign in to comment.