Skip to content

Commit

Permalink
ignore node_modules for jasmine fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 28, 2021
1 parent 0ad5b71 commit c2ac24c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/transform/babel-jest-ignored/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"jest": {
"testEnvironment": "node",
"transformIgnorePatterns": [
"node_modules",
"jest-runner"
]
}
Expand Down

0 comments on commit c2ac24c

Please sign in to comment.