Skip to content

Commit

Permalink
test(package.json): exclude test for nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
euberdeveloper committed Jan 2, 2021
1 parent 36dbd51 commit 4c704e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@
}
},
"nyc": {
"exclude": "**/*.bin.ts"
"exclude": "**/*.bin.ts test"
}
}

2 comments on commit 4c704e9

@vercel
Copy link

@vercel vercel bot commented on 4c704e9 Jan 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4c704e9 Jan 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.