Skip to content

Commit

Permalink
add test:unit turbo command
Browse files Browse the repository at this point in the history
  • Loading branch information
JDIZM committed Jul 6, 2024
1 parent 11e577d commit 5253f9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"dev": {
"cache": false,
"persistent": true
},
"test:unit": {
"dependsOn": ["^test:unit"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": ["coverage/**"]
}
}
}

0 comments on commit 5253f9c

Please sign in to comment.