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 89f1b6c commit 699659eCopy full SHA for 699659e
test/parallel/test-microtask-queue-run.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
function enqueueMicrotask(fn) {
8
Promise.resolve().then(fn);
9
}
0 commit comments