test: add core reply-end-controls unit tests / 新增 core state-store-policy-callback 測試

This commit is contained in:
Alice (OpenClaw)
2026-05-13 11:46:28 +08:00
parent ca55445bcb
commit 73a6da8d12
2 changed files with 106 additions and 0 deletions

View File

@@ -4,9 +4,11 @@
"private": true,
"type": "module",
"scripts": {
"test": "tsx --test tests/**/*.test.mjs",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}