fix(tests): list dist/httpClientAbortGuard.mjs in the pack-artifact policy assertion (#13872)

Merged on local evidence: the assertion is red on a pristine release/v3.8.51 (19 pass / 1 fail) and green here (20/0). One-line test fix; the packaging policy itself is untouched.
This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-09-16 10:10:32 -03:00
committed by GitHub
parent 0cc0169360
commit ec98525326
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
- **fix(tests):** add `dist/httpClientAbortGuard.mjs` to the expected missing-paths list in `tests/unit/pack-artifact-policy.test.ts` — [#13636](https://github.com/diegosouzapw/OmniRoute/pull/13636) registered the file in `PACK_ARTIFACT_REQUIRED_PATHS` without updating the assertion, leaving the test red on the release tip for every PR that runs it ([#12732](https://github.com/diegosouzapw/OmniRoute/issues/12732))

View File

@@ -299,6 +299,7 @@ test("findMissingArtifactPaths flags missing root runtime files in the tarball",
"config/release/wreq-js-rust-notices.md",
"dist/head-response-guard.cjs",
"dist/http-method-guard.cjs",
"dist/httpClientAbortGuard.mjs",
"dist/main-server-timeouts.mjs",
"dist/open-sse/services/compression/engines/rtk/filters/generic-output.json",
"dist/open-sse/services/compression/rules/en/filler.json",