refactor: remove unused test helpers and related test files

- Deleted `helpers.ts`, `projects.test.ts`, and `scenarios.test.ts` as they are no longer needed.
- Updated `package.json` to remove the test script that referenced the deleted files.
This commit is contained in:
Lauren ten Hoor
2026-02-10 17:02:44 +08:00
parent 880ffdf584
commit 4cd95acd20
4 changed files with 1 additions and 1311 deletions

View File

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