Skip to content

Commit 6f2d50d

Browse files
committed
recalculateDiff added
1 parent e3cb2e7 commit 6f2d50d

File tree

3 files changed

+302
-112
lines changed

3 files changed

+302
-112
lines changed

src/test-runs/diffResult.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { TestStatus } from '@prisma/client';
22

33
export interface DiffResult {
44
status: TestStatus;
5-
imageName: string;
5+
diffName: string;
66
pixelMisMatchCount: number;
77
diffPercent: number;
88
isSameDimension: boolean;

0 commit comments

Comments
 (0)