Feat: Add test script to package.json

This commit is contained in:
2025-09-26 01:13:18 -07:00
parent 4d3a5659a6
commit c16ac60cc1

View File

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