[go: up one dir, main page]

Skip to content

Commit

Permalink
Use more specific ignore pattern for jest
Browse files Browse the repository at this point in the history
TravisCI clones into /home/travis/build/facebook/react, which /build/ matches so we never ran any of our tests.
  • Loading branch information
zpao committed Jul 15, 2015
1 parent 4d17841 commit 91a8717
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 @@ -90,7 +90,7 @@
"ts"
],
"modulePathIgnorePatterns": [
"/build/",
"/react/build/",
"/node_modules/",
"/.module-cache/"
],
Expand Down

0 comments on commit 91a8717

Please sign in to comment.