Skip to content

Commit

Permalink
Allow users to run the testing suite in watch mode (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoffrey authored Jul 3, 2024
1 parent fd3e25b commit 5a884ac
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 @@ -54,6 +54,7 @@
"test": "npm run build && npm run test:types && npm run test:vitest",
"test:types": "tsc --noEmit && tsc --project ./test/tsconfig.json --noEmit",
"test:vitest": "vitest run",
"test:watch": "vitest",
"watch": "npm run build -- --watch"
},
"keywords": [
Expand Down

0 comments on commit 5a884ac

Please sign in to comment.