Skip to content

Commit 24ba185

Browse files
migrate from tap to mocha
After make-fetch-happen update GitHub Actions started failing. Migrating from tap toto mocha testing framework
1 parent 6f3c2d3 commit 24ba185

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@
3838
},
3939
"devDependencies": {
4040
"bindings": "^1.5.0",
41+
"mocha": "^10.2.0",
4142
"nan": "^2.14.2",
4243
"require-inject": "^1.4.4",
4344
"standard": "^14.3.4",
4445
"tap": "^12.7.0"
4546
},
4647
"scripts": {
4748
"lint": "standard */*.js test/**/*.js",
48-
"test": "npm run lint && tap --timeout=600 test/test-*"
49+
"test": "npm run lint && mocha --timeout=600 test/test-*"
4950
}
5051
}

0 commit comments

Comments
 (0)