We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b873ee commit 96c1dd4Copy full SHA for 96c1dd4
test/parallel/test-next-tick-ordering.js
@@ -47,7 +47,7 @@ console.log('Running from main.');
47
48
49
process.on('exit', function() {
50
- assert.strictEqual('nextTick', done[0]);
+ assert.strictEqual(done[0], 'nextTick');
51
/* Disabling this test. I don't think we can ensure the order
52
for (i = 0; i < N; i += 1) {
53
assert.strictEqual(i, done[i + 1]);
0 commit comments