Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Fix nyc pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
thangngoc89 committed Mar 12, 2016
1 parent 45dbc72 commit 83238bf
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 @@ -170,7 +170,7 @@
"config": {
"nyc": {
"exclude": [
"**/__tests__/**/*.js"
"**/__tests__/**.js"
],
"include": [
"src/**"
Expand Down

0 comments on commit 83238bf

Please sign in to comment.