We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6023c commit 5fb82daCopy full SHA for 5fb82da
packages/wrangler/src/__tests__/generate.test.ts
@@ -47,7 +47,7 @@ describe("generate", () => {
47
`"✨ Created no-template/wrangler.toml"`
48
);
49
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
+ "[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
51
52
The \`init\` command will be removed in a future version.
53
0 commit comments