fix: clarify Discord onboarding hint (#1487)

Thanks @kyleok.

Co-authored-by: Ganghyun Kim <58307870+kyleok@users.noreply.github.com>
This commit is contained in:
ganghyun kim
2026-01-23 14:50:05 +09:00
committed by Peter Steinberger
parent e98e71401a
commit 1e6e58b23b
3 changed files with 4 additions and 1 deletions

View File

@@ -27,6 +27,8 @@ afterEach(() => {
describe("openUrl", () => {
it("quotes URLs on win32 so '&' is not treated as cmd separator", async () => {
vi.stubEnv("VITEST", "");
vi.stubEnv("NODE_ENV", "");
const platformSpy = vi.spyOn(process, "platform", "get").mockReturnValue("win32");
const url =