Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
afterEach(() => {
location.hash = "#";
singleSpa.removeErrorHandler(handleError);
});
afterEach(() => {
singleSpa.removeErrorHandler(handleError);
})
afterEach(() => singleSpa.removeErrorHandler(handleError));
afterEach(() => {
singleSpa.removeErrorHandler(handleError);
})
afterEach(() => singleSpa.removeErrorHandler(handleError));
afterEach(() => singleSpa.removeErrorHandler(handleError));
afterEach(() => {
expect(singleSpa.removeErrorHandler(handleError)).toBe(true)
});
afterEach(() => {
expect(singleSpa.removeErrorHandler(handleError)).toBe(true)
});
afterEach(() => {
singleSpa.removeErrorHandler(handleError);
})
afterEach(() => singleSpa.removeErrorHandler(handleError));