mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-03 10:44:08 +00:00
test(qa-lab): allow codex fixtures in deadcode
This commit is contained in:
@@ -37,4 +37,8 @@ export const KNIP_UNUSED_FILE_ALLOWLIST = [
|
||||
// Knip can disagree across supported local/CI platforms for files that are
|
||||
// only reachable through test-only import graphs. Ignore these when reported,
|
||||
// but do not require them to be reported.
|
||||
export const KNIP_OPTIONAL_UNUSED_FILE_ALLOWLIST = ["src/gateway/test/server-sessions-helpers.ts"];
|
||||
export const KNIP_OPTIONAL_UNUSED_FILE_ALLOWLIST = [
|
||||
"extensions/qa-lab/src/auth-profile-fixture.ts",
|
||||
"extensions/qa-lab/src/codex-plugin-fixture.ts",
|
||||
"src/gateway/test/server-sessions-helpers.ts",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user