mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-08-24 21:17:31 +00:00
tests: use smaller francis.bin
This commit is contained in:
Binary file not shown.
@@ -145,7 +145,7 @@ function compareExports(dir1: string, dir2: string): void {
|
||||
expect(header).toContain('francis-backup');
|
||||
|
||||
const fileSize = fs.statSync(filePath).size;
|
||||
expect(fileSize).toBeGreaterThan(64);
|
||||
expect(fileSize).toBeGreaterThan(1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user