Skip to content

Commit 31c3852

Browse files
author
Przybylski Krzysztof
committed
fix: mock
1 parent 156dce4 commit 31c3852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prisma/test/seed.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const mockDefaultProject = {
1616
autoApproveFeature: true,
1717
imageComparison: 'pixelmatch',
1818
imageComparisonConfig: '{ "threshold": 0.1, "ignoreAntialiasing": true, "allowDiffDimensions": false }',
19+
protectedBranch: null
1920
} as const;
2021

2122
const mockDefaultUser = {

0 commit comments

Comments
 (0)