Skip to content

Commit

Permalink
test(*): tweak jest moduleNameMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
伍程凯 committed Jul 11, 2018
1 parent 39b802d commit f8ec34b
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 @@ -54,7 +54,7 @@
"**/__tests__/**/*.spec.js"
],
"moduleNameMapper": {
"^sewing/(.+)": "<rootDir>/libs/$1.es.js"
"^sewing/(.+)": "<rootDir>/dist/$1.js"
},
"setupFiles": [
"./__tests__/setUpFetchPolyfill.js"
Expand Down

0 comments on commit f8ec34b

Please sign in to comment.