Skip to content

Commit

Permalink
Configured "npm run test" to run the test once, and "npm run test-wat…
Browse files Browse the repository at this point in the history
…ch" for continuous testing.
  • Loading branch information
TPReal committed Nov 2, 2023
1 parent fe35e91 commit 098b929
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"typecheck": "tsc --noEmit",
"typecheck-watch": "tsc --noEmit --watch",
"preinstall": "npx -y only-allow npm",
"test": "vitest",
"test": "vitest run",
"test-watch": "vitest watch",
"coverage": "vitest run --coverage",
"lint": "eslint resources/js"
},
Expand Down

0 comments on commit 098b929

Please sign in to comment.