Skip to content

Commit 448e3ad

Browse files
fix missing Vite capitalization in vite-pluging e2e test (#8752)
1 parent 624882e commit 448e3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin-cloudflare/e2e/invalid-worker-env-configs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe("during development wrangler config files are validated", () => {
1212

1313
expect(await proc.exitCode).not.toBe(0);
1414
expect(proc.stderr).toContain(
15-
"The following environment configurations are incompatible with the Cloudflare vite plugin"
15+
"The following environment configurations are incompatible with the Cloudflare Vite plugin"
1616
);
1717
});
1818
});

0 commit comments

Comments
 (0)