Skip to content

Commit

Permalink
Jest: Add modulePathIgnorePatterns option to silence Haste warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Apr 28, 2019
1 parent 6ef90d0 commit 741ae69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,10 @@
"versionCompatibility": {
"ember": ">=3.4.0"
}
},
"jest": {
"modulePathIgnorePatterns": [
"<rootDir>/multidep_modules"
]
}
}

0 comments on commit 741ae69

Please sign in to comment.