Skip to content

Commit

Permalink
Allow all folders within src for module resolution (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
intellix authored and thymikee committed Apr 4, 2017
1 parent 0303a1b commit 8e9c603
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jest-preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"html"
],
"moduleNameMapper": {
"app/(.*)": "<rootDir>/src/app/$1",
"environments/(.*)": "<rootDir>/src/environments/$1"
"(.*)": "<rootDir>/src/$1"
},
"transformIgnorePatterns": [
"node_modules/(?!@ngrx)"
Expand Down

0 comments on commit 8e9c603

Please sign in to comment.