Feat: Add npm test script for automation

This commit is contained in:
2025-09-26 01:00:28 -07:00
parent 67bf4c6777
commit 3256dc320d

View File

@@ -5,5 +5,8 @@
"type": "module",
"bin": {
"hi2js": "./cli.js"
},
"scripts": {
"test": "node run-tests.js"
}
}