saleor-dashboard/testUtils/setup.ts

7 lines
163 B
TypeScript
Raw Normal View History

document.getElementById = () => document.createElement("div");
window.__SALEOR_CONFIG__ = {
API_URL: "http://localhost:8000/graphql/",
APP_MOUNT_URI: "/",
};