test: record/install mocha & nyc in package.json

This commit is contained in:
rugk
2026-02-23 15:00:42 +00:00
parent 809a79bd3e
commit 35a593723d
2 changed files with 4359 additions and 2 deletions
+3 -1
View File
@@ -11,7 +11,9 @@
"eslint": "^9.37.0",
"jsdom": "^26.0.0",
"jsdom-global": "^3.0.2",
"jsverify": "^0.8.3"
"jsverify": "^0.8.3",
"mocha": "^11.7.5",
"nyc": "^17.1.0"
},
"scripts": {
"test": "mocha",