Skip to content

Commit

Permalink
Ignore cache dir (#875)
Browse files Browse the repository at this point in the history
It's possible for some tests to end up in
the example cache directory which is then
picked up by jest. This explicitly ignores
those directories while a fix is made
upstream.
  • Loading branch information
johno authored Dec 16, 2019
1 parent 1137692 commit 8de5960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
},
"jest": {
"testPathIgnorePatterns": [
"/.cache/",
"<rootDir>/examples/create-react-app",
"<rootDir>/packages/vue",
"<rootDir>/packages/vue-loader"
Expand Down

1 comment on commit 8de5960

@vercel
Copy link

@vercel vercel bot commented on 8de5960 Dec 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.