Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test/parallel/test-runner-misc.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
MoLow and aduh95 authored Jul 24, 2022
commit 1d2898ac57e86088804cf9095b5fdba81b366062
2 changes: 1 addition & 1 deletion test/parallel/test-runner-misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (process.argv[2] === 'child') {
assert.strictEqual(signal.aborted, false);
testSignal = signal;
await setTimeout(50);
})).then(() => {
})).finally(common.mustCall(() => {
test(() => assert.strictEqual(testSignal.aborted, true));
});
Comment thread
MoLow marked this conversation as resolved.
Outdated
} else assert.fail('unreachable');
Expand Down