We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f7f1d commit 266f1a9Copy full SHA for 266f1a9
test/parallel/test-next-tick-domain.js
@@ -27,5 +27,5 @@ const origNextTick = process.nextTick;
27
28
require('domain');
29
30
-assert.strictEqual(origNextTick, process.nextTick,
31
- 'Requiring domain should not change nextTick');
+// Requiring domain should not change nextTick.
+assert.strictEqual(origNextTick, process.nextTick);
0 commit comments