Update backup tests to 996daf691d4162ce

This commit is contained in:
Fedor Indutny 2024-10-01 11:42:24 -07:00 committed by GitHub
parent 697df7e946
commit 276a145fea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -194,7 +194,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'signalapp/Signal-Message-Backup-Tests'
ref: 'a18c9146e07441827a9b7c2e54ec0a5e6f2aa5bd'
ref: '996daf691d4162ce854845dc883c62adb1a3fe55'
path: 'backup-integration-tests'
- run: xvfb-run --auto-servernum npm run test-electron

View file

@ -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 })