test: route gateway audit through fast lane

This commit is contained in:
Peter Steinberger
2026-04-28 09:35:34 +01:00
parent 474859aaaa
commit f76c8322d3
2 changed files with 2 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ describe("unit-fast vitest lane", () => {
);
expect(config.test?.include).toContain("src/security/audit-config-symlink.test.ts");
expect(config.test?.include).toContain("src/security/audit-exec-sandbox-host.test.ts");
expect(config.test?.include).toContain("src/security/audit-gateway.test.ts");
expect(config.test?.include).toContain("src/security/audit-gateway-auth-selection.test.ts");
expect(config.test?.include).toContain("src/security/audit-gateway-http-auth.test.ts");
expect(config.test?.include).toContain("src/security/audit-gateway-tools-http.test.ts");

View File

@@ -139,6 +139,7 @@ export const forcedUnitFastTestFiles = [
"src/security/audit-extra.sync.test.ts",
"src/security/audit-filesystem-windows.test.ts",
"src/security/audit-gateway-exposure.test.ts",
"src/security/audit-gateway.test.ts",
"src/security/audit-gateway-auth-selection.test.ts",
"src/security/audit-gateway-http-auth.test.ts",
"src/security/audit-gateway-tools-http.test.ts",