This commit is contained in:
Josh Gross 2019-11-12 15:01:01 -05:00
parent ead4a0a409
commit becf82ef65
2 changed files with 6 additions and 2 deletions

View file

@ -33,7 +33,7 @@ beforeAll(() => {
return actualUtils.isValidEvent();
});
jest.spyOn(actionUtils, "getSupportedEvents", ).mockImplementation(() => {
jest.spyOn(actionUtils, "getSupportedEvents").mockImplementation(() => {
const actualUtils = jest.requireActual("../src/utils/actionUtils");
return actualUtils.getSupportedEvents();
});