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 87fec9c commit cd017a2Copy full SHA for cd017a2
test/parallel/test-abortcontroller.js
@@ -25,7 +25,7 @@ test('Abort is fired with the correct event type on AbortControllers', () => {
25
const fn = mock.fn(common.mustCall((event) => {
26
assert.ok(event);
27
assert.strictEqual(event.type, 'abort');
28
- }));
+ }, 2));
29
30
ac.signal.onabort = fn;
31
ac.signal.addEventListener('abort', fn);
0 commit comments