Skip to content

Commit

Permalink
stop the jest watch
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Sep 25, 2024
1 parent 0849d3f commit 500dc0c
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 @@ -8,7 +8,7 @@
"private": false,
"scripts": {
"build": "tsc",
"test": "jest --watch",
"test": "jest",
"doc": "typedoc src/main/ts/TSOFA.ts",
"eslint": "eslint ."
},
Expand Down

0 comments on commit 500dc0c

Please sign in to comment.