UNPKG

@21st-dev/magic

Version:

Magic MCP UI builder by 21st.dev

7 lines (6 loc) 216 B
import { BASE_URL } from "./http-client.js"; describe("http-client", () => { it("should use production URL in production environment", () => { expect(BASE_URL).toBe("https://magic.21st.dev"); }); });