Skip to content

Commit

Permalink
fix(#285): Ignore Dist Folder in Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Sep 18, 2020
1 parent a6788d8 commit 533bb06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vue-props-validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"dist": "dist"
},
"homepage": "https://github.com/3YOURMIND/kotti/tree/master/packages/vue-props-validators",
"jest": {
"testPathIgnorePatterns": [
"dist",
"node_modules"
]
},
"keywords": [
"vue",
"props",
Expand Down

0 comments on commit 533bb06

Please sign in to comment.