Update test case

This commit is contained in:
acamarata 2025-05-04 12:07:45 -04:00
parent b7684851c0
commit 01e7e3487a

View file

@ -26,7 +26,7 @@
"getTimesAll.js"
],
"scripts": {
"test": "mocha \"test/**/*.js\"",
"test": "mocha test.js",
"lint": "eslint .",
"prepare": "npm test"
},