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 3ed67c2 commit cb91eedCopy full SHA for cb91eed
test/tools/utils.js
@@ -21,5 +21,4 @@ module.exports.sorted = (iterable, how) => {
21
return items;
22
};
23
24
-const asyncMicroTask = promisify(queueMicrotask);
25
-module.exports.runMicroTask = asyncMicroTask;
+module.exports.runMicroTask = promisify(queueMicrotask);
0 commit comments