Skip to content

Commit

Permalink
fix package.json to run tests (#2396)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrath2015 authored and mikemurray committed Jun 5, 2017
1 parent 7e61447 commit 8e8eed6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@
"jest": {
"moduleNameMapper": {
"^\/lib(.*)": "<rootDir>/lib/$1",
"^\/imports\/plugins(.*)": "<rootDir>/imports/plugins/$1"
"^\/imports\/plugins(.*)": "<rootDir>/imports/plugins/$1",
"^meteor/(.*)": "<rootDir>/imports/plugins/core/router/__mocks__/meteor/$1"
}
}
}

0 comments on commit 8e8eed6

Please sign in to comment.