Skip to content

Commit 2159c60

Browse files
committed
Update build.dto.spec.ts
1 parent 1ca1122 commit 2159c60

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/builds/dto/build.dto.spec.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ describe('BuildDto', () => {
9191
viewport: '1800x1600',
9292
baselineName: null,
9393
ignoreAreas: '[]',
94+
tempIgnoreAreas: '[]',
9495
comment: 'some comment1',
9596
branchName: 'develop',
9697
baselineBranchName: 'master',
@@ -115,6 +116,7 @@ describe('BuildDto', () => {
115116
viewport: '1800x1600',
116117
baselineName: null,
117118
ignoreAreas: '[]',
119+
tempIgnoreAreas: '[]',
118120
comment: 'some comment2',
119121
branchName: 'develop',
120122
baselineBranchName: 'master',
@@ -175,6 +177,7 @@ describe('BuildDto', () => {
175177
viewport: '1800x1600',
176178
baselineName: null,
177179
ignoreAreas: '[]',
180+
tempIgnoreAreas: '[]',
178181
comment: 'some comment',
179182
branchName: 'develop',
180183
baselineBranchName: 'master',
@@ -199,6 +202,7 @@ describe('BuildDto', () => {
199202
viewport: '1800x1600',
200203
baselineName: null,
201204
ignoreAreas: '[]',
205+
tempIgnoreAreas: '[]',
202206
comment: 'some comment1',
203207
branchName: 'develop',
204208
baselineBranchName: 'master',
@@ -223,6 +227,7 @@ describe('BuildDto', () => {
223227
viewport: '1800x1600',
224228
baselineName: null,
225229
ignoreAreas: '[]',
230+
tempIgnoreAreas: '[]',
226231
comment: 'some comment2',
227232
branchName: 'develop',
228233
baselineBranchName: 'master',
@@ -283,6 +288,7 @@ describe('BuildDto', () => {
283288
viewport: '1800x1600',
284289
baselineName: null,
285290
ignoreAreas: '[]',
291+
tempIgnoreAreas: '[]',
286292
comment: 'some comment1',
287293
branchName: 'develop',
288294
baselineBranchName: 'master',
@@ -307,6 +313,7 @@ describe('BuildDto', () => {
307313
viewport: '1800x1600',
308314
baselineName: null,
309315
ignoreAreas: '[]',
316+
tempIgnoreAreas: '[]',
310317
comment: 'some comment2',
311318
branchName: 'develop',
312319
baselineBranchName: 'master',
@@ -331,6 +338,7 @@ describe('BuildDto', () => {
331338
viewport: '1800x1600',
332339
baselineName: null,
333340
ignoreAreas: '[]',
341+
tempIgnoreAreas: '[]',
334342
comment: null,
335343
branchName: 'develop',
336344
baselineBranchName: 'master',
@@ -355,6 +363,7 @@ describe('BuildDto', () => {
355363
viewport: '1800x1600',
356364
baselineName: null,
357365
ignoreAreas: '[]',
366+
tempIgnoreAreas: '[]',
358367
comment: 'some comment',
359368
branchName: 'develop',
360369
baselineBranchName: 'master',
@@ -379,6 +388,7 @@ describe('BuildDto', () => {
379388
viewport: '1800x1600',
380389
baselineName: null,
381390
ignoreAreas: '[]',
391+
tempIgnoreAreas: '[]',
382392
comment: 'some comment',
383393
branchName: 'develop',
384394
baselineBranchName: 'master',

0 commit comments

Comments
 (0)