Skip to content

Commit

Permalink
Ignore .stories.tsx for coverage reports (#16646)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaglick authored Sep 13, 2022
1 parent 8b19aad commit e419e0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion airbyte-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@
]
},
"jest": {
"transformIgnorePatterns": []
"transformIgnorePatterns": [],
"coveragePathIgnorePatterns": [
".stories.tsx"
]
}
}

0 comments on commit e419e0f

Please sign in to comment.