Skip to content

Commit b59e03d

Browse files
committed
fixup! typing take 2
1 parent 3cbb820 commit b59e03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wrangler/e2e/unenv-preset/preset.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const testConfigs: TestConfig[] = [
150150
},
151151
},
152152
],
153-
].flat();
153+
].flat() as TestConfig[];
154154

155155
describe.each(testConfigs)(
156156
`Preset test: $name`,

0 commit comments

Comments
 (0)