Skip to content

Commit

Permalink
PWA-1001: Exclude venia-ui/lib/components/Checkout from Coverage Repo…
Browse files Browse the repository at this point in the history
…rt (#3023)
  • Loading branch information
eug123 authored Feb 25, 2021
1 parent 9c4e558 commit 05bb83f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,9 @@ const jestConfig = {
'!**/__[[:alpha:]]*__/**',
'!**/.*/__[[:alpha:]]*__/**',
// Not this file itself
'!jest.config.js'
'!jest.config.js',
// Exclude deprecated components from coverage report
'!**/venia-ui/lib/components/Checkout/**'
],
// Don't look for test files in these directories.
testPathIgnorePatterns: [
Expand Down

0 comments on commit 05bb83f

Please sign in to comment.