We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec52cd commit 20c65b8Copy full SHA for 20c65b8
test/mock-interceptor-unused-assertions.js
@@ -7,7 +7,7 @@ const util = require('../lib/core/util')
7
8
// Since Node.js v21 `console.table` rows are aligned to the left
9
// https://github.com/nodejs/node/pull/50135
10
-const tableRowsAlignedToLeft = util.nodeMajor >= 21
+const tableRowsAlignedToLeft = util.nodeMajor >= 21 || (util.nodeMajor === 20 && util.nodeMinor >= 11)
11
12
// Avoid colors in the output for inline snapshots.
13
const pendingInterceptorsFormatter = new PendingInterceptorsFormatter({ disableColors: true })
0 commit comments