Skip to content

Commit

Permalink
change polyfill require path
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdf committed Jun 27, 2015
1 parent 12cff85 commit 50d61dc
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 @@ -26,7 +26,7 @@
},
"jest": {
"scriptPreprocessor": "<rootDir>/test/support/preprocessor.js",
"setupEnvScriptFile": "<rootDir>/node_modules/babel-core/lib/babel/polyfill.js",
"setupEnvScriptFile": "<rootDir>/node_modules/babel-core/browser-polyfill.js",
"setupTestFrameworkScriptFile": "<rootDir>/test/support/setupTestFramework.js",
"unmockedModulePathPatterns": [
"<rootDir>/test/support",
Expand Down

0 comments on commit 50d61dc

Please sign in to comment.