Skip to content

Commit

Permalink
only run tests from /src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
eessex committed Apr 22, 2020
1 parent 27d3ffb commit d45a747
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
"jest": {
"transform": {
".ts": "babel-jest"
}
},
"roots": [
"<rootDir>/src"
]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit d45a747

Please sign in to comment.