Skip to content

Commit

Permalink
Add transformIgnorePatterns for coverage-transform-instrumented test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1626 committed Oct 27, 2019
1 parent 8fbe9cf commit 507df1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/coverage-transform-instrumented/package.json
Expand Up @@ -6,6 +6,9 @@
},
"testRegex": "/__tests__/.*\\.(js)$",
"testEnvironment": "node",
"transformIgnorePatterns": [
"/jest-environment-node/"
],
"moduleFileExtensions": [
"js"
]
Expand Down

0 comments on commit 507df1b

Please sign in to comment.