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:
committed by
Alex Dusenbery
parent
caabf6a54c
commit
707fcc2aa1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user