Skip to content

Commit e7ca894

Browse files
madeinfreeMylesBorins
authored andcommittedDec 19, 2017
test: use common.crashOnUnhandledRejection
Add common.crashOnUnhandledRejection to test-microtask-queue-run-immediate.js PR-URL: #17214 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 0963c75 commit e7ca894

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎test/parallel/test-microtask-queue-run-immediate.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
'use strict';
2-
require('../common');
2+
const common = require('../common');
33
const assert = require('assert');
44

5+
common.crashOnUnhandledRejection();
6+
57
function enqueueMicrotask(fn) {
68
Promise.resolve().then(fn);
79
}

0 commit comments

Comments
 (0)