feat: create TEST.md markdown file (#78)

This commit is contained in:
Lauren ten Hoor
2026-02-10 15:48:16 +08:00
parent 682202e447
commit 4f2be8e551
12 changed files with 1291 additions and 27 deletions

View File

@@ -29,7 +29,7 @@
"scripts": {
"check": "tsc --noEmit",
"watch": "tsc --noEmit --watch",
"test": "node --test lib/**/*.test.ts"
"test": "npx tsx --test test/**/*.test.ts"
},
"peerDependencies": {
"openclaw": ">=2026.0.0"