mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 02:45:38 -06:00
3cdf888b76
* fix(tooling): bound tsgo core test memory * perf(tooling): reuse bounded tsgo test state * fix(tooling): preserve bounded tsgo aggregate coverage * fix(tooling): satisfy rebased lint checks * test(sqlite): stabilize publication replacement fault * fix(tooling): guard targeted tsgo declarations * fix(tooling): guard inherited package test roots * fix(tooling): guard shared test declaration roots * test(gateway): synchronize staged recovery proof --------- Co-authored-by: Jesse Merhi <jesse-merhi@users.noreply.github.com>
27 lines
869 B
JSON
27 lines
869 B
JSON
{
|
|
"extends": "./tsconfig.core.test.shard.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "../../.artifacts/tsgo-cache/core-test-plugins-platform.tsbuildinfo"
|
|
},
|
|
"include": [
|
|
"../../src/plugins/**/*.test.ts",
|
|
"../../src/plugins/**/*.test.tsx",
|
|
"../../src/security/**/*.test.ts",
|
|
"../../src/security/**/*.test.tsx",
|
|
"../../src/acp/**/*.test.ts",
|
|
"../../src/acp/**/*.test.tsx",
|
|
"../../src/tui/**/*.test.ts",
|
|
"../../src/tui/**/*.test.tsx",
|
|
"../../src/media/**/*.test.ts",
|
|
"../../src/media/**/*.test.tsx",
|
|
"../../src/system-agent/**/*.test.ts",
|
|
"../../src/system-agent/**/*.test.tsx",
|
|
"../../src/logging/**/*.test.ts",
|
|
"../../src/logging/**/*.test.tsx",
|
|
"../../src/hooks/**/*.test.ts",
|
|
"../../src/hooks/**/*.test.tsx",
|
|
"../../src/daemon/**/*.test.ts",
|
|
"../../src/daemon/**/*.test.tsx"
|
|
]
|
|
}
|