UNPKG

@shopify/cli

Version:

A CLI tool to build for the Shopify platform

20 lines (18 loc) 407 B
import { describe, globalExpect, test, vi } from "../../chunk-W5G2YPO2.js"; import { init_cjs_shims } from "../../chunk-PKR7KJ6P.js"; // src/cli/commands/upgrade.test.ts init_cjs_shims(); vi.mock("../services/upgrade.js"); describe("upgrade command", () => { test("launches service with path", async () => { globalExpect(!0).toBeTruthy(); }); }); //# sourceMappingURL=upgrade.test.js.map