Skip to content

Commit

Permalink
chore(wrangler): fix type errors with experimental flags
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Nov 29, 2024
1 parent 6ecc74e commit 7662e81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/wrangler/src/__tests__/configuration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2331,6 +2331,7 @@ describe("normalizeAndValidateConfig()", () => {
{
RESOURCES_PROVISION: true,
FILE_BASED_REGISTRY: false,
MULTIWORKER: false,
},
() =>
normalizeAndValidateConfig(
Expand Down Expand Up @@ -2479,6 +2480,7 @@ describe("normalizeAndValidateConfig()", () => {
{
RESOURCES_PROVISION: true,
FILE_BASED_REGISTRY: false,
MULTIWORKER: false,
},
() =>
normalizeAndValidateConfig(
Expand Down Expand Up @@ -2793,6 +2795,7 @@ describe("normalizeAndValidateConfig()", () => {
{
RESOURCES_PROVISION: true,
FILE_BASED_REGISTRY: false,
MULTIWORKER: false,
},
() =>
normalizeAndValidateConfig(
Expand Down

0 comments on commit 7662e81

Please sign in to comment.