Skip to content

Commit

Permalink
Remove redundant jest config props
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-nicka committed Mar 30, 2020
1 parent 7dd368e commit de64f4a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,7 @@
"ts",
"js"
],
"moduleDirectories": [
"node_modules"
],
"preset": "ts-jest",
"testRegex": "(\\.(spec))\\.(ts)$",
"testURL": "http://localhost"
"testRegex": "(\\.(spec))\\.(ts)$"
}
}

0 comments on commit de64f4a

Please sign in to comment.