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 b629d9b commit 18bc89aCopy full SHA for 18bc89a
packages/utilities/tests/pollSync.test.ts
@@ -167,7 +167,7 @@ describe('pollSync', () => {
167
expect(callback).toThrowError(new DOMException('This operation was aborted', 'AbortError'));
168
expect(cb).toBeCalledTimes(2);
169
expect(cbCondition).toBeCalledTimes(2);
170
- expect(dateNow).toBeCalledTimes(6);
+ expect(dateNow).toBeCalledTimes(16);
171
});
172
173
0 commit comments