Skip to content

Commit

Permalink
fix: update jest config to ignore bolt button component test prep
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Oct 5, 2018
1 parent 53020be commit 2837189
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,11 @@
"packages/global",
"packages/uikit-workshop"
]
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"packages/components/bolt-button/__tests__/button-wc.test.js"
]
}
}

0 comments on commit 2837189

Please sign in to comment.