feat: ent-3273 | Don't show order history in dropdown if user is associated with a subscription

Update frontend-enterprise dependency to 4.2.2
This commit is contained in:
Alex Dusenbery
2020-08-10 15:40:17 -04:00
committed by Alex Dusenbery
parent caabf6a54c
commit 707fcc2aa1
9 changed files with 1914 additions and 2191 deletions

View File

@@ -30,6 +30,10 @@ class MockLoggingService {
logError = jest.fn();
}
window.getComputedStyle = jest.fn(() => ({
getPropertyValue: jest.fn(),
}));
export default function initializeMockApp() {
mergeConfig({
INSIGHTS_BASE_URL: process.env.INSIGHTS_BASE_URL || null,