/** * Malformed-bundle DISCARD (S8). * * A 200 response can still carry a structurally invalid bundle (truncated CDN * write, partial deploy). Serving it would corrupt every bucket assignment, so * `_fetchConfig` validates the hashing/shape and, on failure, discards the body, * logs a rate-limited warning, and KEEPS the previous last-good bundle. These * tests initialize against a good bundle, then feed a malformed 200 on refresh * and assert the good bundle is still served. */ export {}; //# sourceMappingURL=malformed-bundle.test.d.ts.map