We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83b256 commit f0c436fCopy full SHA for f0c436f
test/parallel/test-next-tick-errors.js
@@ -74,5 +74,5 @@ process.on('uncaughtException', function(err, errorOrigin) {
74
});
75
76
process.on('exit', function() {
77
- assert.deepStrictEqual(['A', 'B', 'C'], order);
+ assert.deepStrictEqual(order, ['A', 'B', 'C']);
78
0 commit comments