Skip to content

Commit

Permalink
Updated jest transform configuration to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bond95 committed Jul 1, 2019
1 parent 16216ec commit 100953c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"_/(.*)$": "<rootDir>/src/$1"
},
"transform": {
".*": "<rootDir>/config/jest/transform.js"
".+\\.(jsx?)$": "<rootDir>/config/jest/transform.js"
},
"setupFiles": [
"<rootDir>/config/polyfills.js",
Expand Down

0 comments on commit 100953c

Please sign in to comment.