Skip to content

Commit 4aed2d6

Browse files
authored
chore(wrangler): fix type errors with experimental flags (#7391)
1 parent 11338d0 commit 4aed2d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/wrangler/src/__tests__/configuration.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,6 +2331,7 @@ describe("normalizeAndValidateConfig()", () => {
23312331
{
23322332
RESOURCES_PROVISION: true,
23332333
FILE_BASED_REGISTRY: false,
2334+
MULTIWORKER: false,
23342335
},
23352336
() =>
23362337
normalizeAndValidateConfig(
@@ -2479,6 +2480,7 @@ describe("normalizeAndValidateConfig()", () => {
24792480
{
24802481
RESOURCES_PROVISION: true,
24812482
FILE_BASED_REGISTRY: false,
2483+
MULTIWORKER: false,
24822484
},
24832485
() =>
24842486
normalizeAndValidateConfig(
@@ -2793,6 +2795,7 @@ describe("normalizeAndValidateConfig()", () => {
27932795
{
27942796
RESOURCES_PROVISION: true,
27952797
FILE_BASED_REGISTRY: false,
2798+
MULTIWORKER: false,
27962799
},
27972800
() =>
27982801
normalizeAndValidateConfig(

0 commit comments

Comments
 (0)