Add test framework, unit tests, and CI validation workflow #3

Merged
jdb merged 6 commits from feat/test-framework into main 2026-05-05 20:07:13 +00:00
Showing only changes of commit b7e78bbb9d - Show all commits
+2 -1
View File
@@ -10,7 +10,8 @@
"scripts": { "scripts": {
"build": "bunx tsc", "build": "bunx tsc",
"prepare": "npm run build", "prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1" "test": "bun test",
"test:coverage": "bun test --coverage"
}, },
"repository": { "repository": {
"type": "git", "type": "git",