Skip to content

Commit

Permalink
add npm script tdd for test with watchers
Browse files Browse the repository at this point in the history
  • Loading branch information
Floby committed May 5, 2021
1 parent b8f0f52 commit fe9e8ea
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 @@ -13,6 +13,7 @@
"scripts": {
"dev": "vite",
"test": "jest",
"tdd": "jest --watchAll --notify",
"build": "tsc && vite build",
"build-dev": "tsc && vite --base dev/ build"
},
Expand Down

0 comments on commit fe9e8ea

Please sign in to comment.