We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156dce4 commit 31c3852Copy full SHA for 31c3852
prisma/test/seed.spec.ts
@@ -16,6 +16,7 @@ const mockDefaultProject = {
16
autoApproveFeature: true,
17
imageComparison: 'pixelmatch',
18
imageComparisonConfig: '{ "threshold": 0.1, "ignoreAntialiasing": true, "allowDiffDimensions": false }',
19
+ protectedBranch: null
20
} as const;
21
22
const mockDefaultUser = {
0 commit comments