Skip to content

Commit 4cf70ce

Browse files
committed
Refactor to replace mocha with tape
1 parent 2f30a1b commit 4cf70ce

File tree

2 files changed

+311
-240
lines changed

2 files changed

+311
-240
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"remark-toc": "^2.0.0",
3232
"remark-usage": "^2.0.0",
3333
"remark-validate-links": "^2.0.0",
34-
"mocha": "^2.0.0"
34+
"tape": "^4.4.0"
3535
},
3636
"scripts": {
37-
"test-api": "mocha --check-leaks test.js",
38-
"test-coverage": "istanbul cover _mocha -- test.js",
37+
"test-api": "node test.js",
38+
"test-coverage": "istanbul cover test.js",
3939
"test-travis": "npm run test-coverage",
4040
"test": "npm run test-api",
4141
"lint-api": "eslint .",

0 commit comments

Comments
 (0)