Skip to content

Commit

Permalink
test: replace nyc with c8 for coverage, update mocha to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Jun 4, 2023
1 parent 56e9ef4 commit a10f9c8
Show file tree
Hide file tree
Showing 4 changed files with 310 additions and 376 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ npm-debug.log*
.npm
*.tgz
.eslintcache
.nyc_output
coverage
coverage.info
test/fixtures/*/build
node_modules
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
test/fixtures/**
.nyc_output/**
coverage/**
package-lock.json

0 comments on commit a10f9c8

Please sign in to comment.