Added some more unit tests
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine
2025-08-19 10:29:05 -04:00
parent 7e0eeb9c42
commit 512f7f169e
6 changed files with 128 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"start": "node index.js",
"dev": "nodemon ./index.js",
"test": "mocha",
"test": "mocha \"test/**/*.test.js\"",
"grunt": "grunt"
},
"repository": {