/** * Tests for `resolveBash` (mmnto-ai/totem#2159). * * Fully mocked at the three seams (`node:os` platform, `node:fs` existsSync, * `./exec.js` safeExec) so every resolution branch — POSIX fast-path, * exec-path derivation, conventional fallback, hard failure — is exercised * deterministically on any host. The module memo is reset per test via the * exported testing hook. */ export {}; //# sourceMappingURL=bash-resolver.test.d.ts.map