mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
#8593 registered bin/cli/utils/ensureAndroidCacheDir.mjs in PACK_ARTIFACT_REQUIRED_PATHS so the Android/Termux cache module cannot silently drop out of the npm tarball. Three test files read that list; only pack-artifact-entrypoint-closures.test.ts derives it dynamically. This one hardcodes the expected set, so it went red on a correct change. Adding the entry here, not relaxing the assertion — a hardcoded fixture is what makes an accidental REMOVAL from the required-paths list loud, which is the whole point of the guard.