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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user