Skip to content

Commit

Permalink
Replace istanbul with nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Dec 19, 2021
1 parent a511f92 commit 4e5abba
Show file tree
Hide file tree
Showing 5 changed files with 4,600 additions and 368 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ npm-debug.log
/node_modules
/coverage
/examples
/.idea
/.idea

.nyc_output
9 changes: 0 additions & 9 deletions .istanbul.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"exclude": [
"lib/__get__.js",
"lib/__set__.js",
"lib/__with__.js",
"testLib/*"
]
}

0 comments on commit 4e5abba

Please sign in to comment.