Skip to content

Commit 5b6023c

Browse files
committed
chore: update to @^2.5.0
1 parent d0cacce commit 5b6023c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe("generate", () => {
4747
`"✨ Created no-template/wrangler.toml"`
4848
);
4949
expect(std.warn).toMatchInlineSnapshot(`
50-
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mThe \`init\` command is no longer supported. Please use \`mockpm create cloudflare/@2.5.0 no-template\` instead.[0m
50+
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mThe \`init\` command is no longer supported. Please use \`mockpm create cloudflare/@^2.5.0 no-template\` instead.[0m
5151
5252
The \`init\` command will be removed in a future version.
5353
@@ -61,7 +61,7 @@ describe("generate", () => {
6161
"mockpm",
6262
[
6363
"create",
64-
64+
"cloudflare@^2.5.0",
6565
"worker-name",
6666
"--accept-defaults",
6767
"--no-deploy",

0 commit comments

Comments
 (0)