Skip to content

Commit

Permalink
chore: Add tranform ignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1626 committed Oct 27, 2019
1 parent 09fe0e6 commit c4d3387
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion e2e/babel-plugin-jest-hoist/package.json
Expand Up @@ -7,6 +7,9 @@
},
"jest": {
"automock": true,
"testEnvironment": "node"
"testEnvironment": "node",
"transformIgnorePatterns": [
"/jest-environment-node/"
]
}
}
5 changes: 4 additions & 1 deletion e2e/transform/multiple-transformers/package.json
Expand Up @@ -5,7 +5,10 @@
"^.+\\.js$": "<rootDir>/jsPreprocessor.js",
"^.+\\.svg$": "<rootDir>/filePreprocessor.js"
},
"testEnvironment": "node"
"testEnvironment": "node",
"transformIgnorePatterns": [
"/jest-environment-node/"
]
},
"dependencies": {
"@babel/core": "^7.0.0",
Expand Down

0 comments on commit c4d3387

Please sign in to comment.