diff --git a/packages/wrangler/src/__tests__/type-generation.test.ts b/packages/wrangler/src/__tests__/type-generation.test.ts index cb012513cf53..82e53c35f5f5 100644 --- a/packages/wrangler/src/__tests__/type-generation.test.ts +++ b/packages/wrangler/src/__tests__/type-generation.test.ts @@ -8,8 +8,9 @@ import type { EnvironmentNonInheritable } from "../config/environment"; const bindingsConfigMock: Omit< EnvironmentNonInheritable, - "define" | "unsafe" | "tail_consumers" | "constellation" | "cloudchamber" -> = { + "define" | "tail_consumers" | "constellation" | "cloudchamber" +> & + Record = { kv_namespaces: [{ binding: "TEST_KV_NAMESPACE", id: "1234" }], vars: { SOMETHING: "asdasdfasdf",