Skip to content

Commit

Permalink
exclude ytag ported code from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcginnis committed Aug 4, 2022
1 parent 87a336b commit 140e2c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"collectCoverage": true,
"testEnvironment": "jsdom",
"collectCoverageFrom": [
"src/**"
"src/**",
"!src/utils/**"
],
"moduleFileExtensions": [
"js",
Expand Down

0 comments on commit 140e2c1

Please sign in to comment.