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 8dc1c3c commit 98c94e6Copy full SHA for 98c94e6
packages/vitest/src/node/error.ts
@@ -89,6 +89,7 @@ export async function printError(error: unknown, ctx: Vitest, options: PrintErro
89
displayDiff(stringify(e.actual), stringify(e.expected), ctx.logger.console, {
90
outputTruncateLength: ctx.config.outputTruncateLength,
91
outputDiffLines: ctx.config.outputDiffLines,
92
+ outputDiffMaxLines: ctx.config.outputDiffMaxLines,
93
})
94
}
95
0 commit comments