test: add test infrastructure with CI workflow and image-gen unit tests

This commit is contained in:
Jim Liu 宝玉
2026-03-13 16:17:01 -05:00
parent 70d9f63727
commit ac217d5402
10 changed files with 861 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "baoyu-skills",
"private": true,
"type": "module",
"scripts": {
"test": "node --test",
"test:coverage": "node --experimental-test-coverage --test"
}
}