Skip to content

Commit 51bfc79

Browse files
committed
Move to built-in test runner and c8 for coverage
Also delete a file that was forgotten in 83a1837.
1 parent 8574d9d commit 51bfc79

16 files changed

+611
-2012
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules/
2-
.nyc_output/
32
coverage/

.nycrc

Lines changed: 0 additions & 6 deletions
This file was deleted.

eslint.config.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ export default [
1818
},
1919
{
2020
files: ["test/**.js"],
21-
languageOptions: {
22-
globals: { ...globals.mocha, ...globals.node }
23-
},
2421
rules: {
25-
"no-empty-function": "off",
2622
"func-style": "off"
2723
}
2824
}

0 commit comments

Comments
 (0)