We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1799b5e commit ec12c29Copy full SHA for ec12c29
action.test.js
@@ -62,7 +62,7 @@ describe("action", () => {
62
mockCore.getInput.mockReturnValueOnce('###');
63
mockCore.getInput.mockReturnValueOnce('30');
64
mockCore.getInput.mockReturnValueOnce('minutes');
65
- mockCore.getInput.mockReturnValueOnce('ceil');
+ mockCore.getInput.mockReturnValueOnce(null);
66
action();
67
expect(mockMoment.utcOffset).toHaveBeenCalledWith('###');
68
expect(mockMoment.duration).toHaveBeenCalledWith(30, 'minutes');
0 commit comments