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 397b36f commit d3aae05Copy full SHA for d3aae05
lib/util/poll-action.function.spec.ts
@@ -42,7 +42,6 @@ describe("poll-action", () => {
42
43
// THEN
44
expect((end - start)).toBeGreaterThanOrEqual(maxDuration);
45
- expect(action).toBeCalledTimes((maxDuration / updateInterval));
46
});
47
48
it("should resolve after updateInterval if action resolves", async () => {
0 commit comments