mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Update backup tests to 996daf691d4162ce
This commit is contained in:
@@ -33,6 +33,7 @@ function patchDeepEqual(method: 'deepEqual' | 'deepStrictEqual'): void {
|
||||
return originalFn(...args);
|
||||
} catch (error) {
|
||||
reporters.base.useColors = false;
|
||||
(reporters.base as unknown as { maxDiffSize: number }).maxDiffSize = 0;
|
||||
error.message = reporters.base.generateDiff(
|
||||
inspect(error.actual, { depth: Infinity, sorted: true }),
|
||||
inspect(error.expected, { depth: Infinity, sorted: true })
|
||||
|
||||
Reference in New Issue
Block a user