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 e7ca894 commit 289ebb1Copy full SHA for 289ebb1
test/parallel/test-microtask-queue-integration.js
@@ -1,7 +1,9 @@
1
'use strict';
2
-require('../common');
+const common = require('../common');
3
const assert = require('assert');
4
5
+common.crashOnUnhandledRejection();
6
+
7
const implementations = [
8
function(fn) {
9
Promise.resolve().then(fn);
0 commit comments