Skip to content

Commit eeef486

Browse files
committed
test(release): align stable onboarding npm prompt
1 parent c5c7d10 commit eeef486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/onboarding-plugin-install.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ describe("ensureOnboardingPluginInstalled", () => {
317317
});
318318

319319
expect(captured?.options).toEqual([
320-
{ value: "npm", label: "Download from npm (@demo/plugin@beta)" },
320+
{ value: "npm", label: "Download from npm (@demo/plugin)" },
321321
{ value: "skip", label: "Skip for now" },
322322
]);
323323
expect(captured?.initialValue).toBe("npm");

0 commit comments

Comments
 (0)