You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue with service tags not being applied properly to Workers when the Wrangler configuration file did not include a top-level `name` property.
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mNo top-level \`name\` has been defined in Wrangler configuration. Add a top-level \`name\` to group this Worker together with its sibling environments in the Cloudflare dashboard.[0m
13690
+
13691
+
"
13692
+
`);
13693
+
});
13694
+
13661
13695
test("displays warning when error updating tags",async({ expect })=>{
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mNo top-level \`name\` has been defined in Wrangler configuration. Add a top-level \`name\` to group this Worker together with its sibling environments in the Cloudflare dashboard.[0m
655
+
656
+
"
657
+
`);
658
+
});
659
+
631
660
test("displays warning when error updating tags",async({ expect })=>{
"No top-level `name` has been defined in Wrangler configuration. Add a top-level `name` to group this Worker together with its sibling environments in the Cloudflare dashboard."
0 commit comments