Skip to content

Commit

Permalink
Add jest testRegex
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Lopes authored and Americas committed Aug 14, 2018
1 parent 94c2641 commit 6a9421d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/jest-preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"<rootDir>"
],
"restoreMocks": true,
"testEnvironment": "node"
"testEnvironment": "node",
"testRegex": "((\\.)(test|spec))\\.js$"
}

0 comments on commit 6a9421d

Please sign in to comment.