components (fix) - Add new test files for: • ActiveAccounts • AddService • CreateGiftCard • CustomerCard • CustomerCards • DeleteButton • EditButton • LoyaltyCardListItem • MapPicker • Services • ServicesQA (fix) - Add axios interceptor mock (fix) - Add importMetaEnv mock (fix) - Add environment setup file for test environment
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
Object.defineProperty(global, "import", {
|
|
value: { meta: { env: { VITE_APP_API_URL: "https://api.test" } } },
|
|
});
|