Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Sep 20, 2023
1 parent 99d57d6 commit a98486c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/integration/mxGraph.model.bpmn.elements.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('mxGraph model - BPMN elements', () => {
isStrikeThrough: false,
isUnderline: false,
family: 'Arial',
size: 11.0,
size: 11,
};

describe('BPMN containers', () => {
Expand Down Expand Up @@ -132,7 +132,7 @@ describe('mxGraph model - BPMN elements', () => {
isStrikeThrough: false,
isUnderline: false,
family: 'Arial',
size: 11.0,
size: 11,
},
label: 'Terminate End Event',
parentId: 'participant_1_id',
Expand All @@ -145,7 +145,7 @@ describe('mxGraph model - BPMN elements', () => {
isStrikeThrough: false,
isUnderline: false,
family: 'Arial',
size: 11.0,
size: 11,
},
label: 'Terminate End Event On Top',
parentId: 'participant_1_id',
Expand Down Expand Up @@ -221,7 +221,7 @@ describe('mxGraph model - BPMN elements', () => {
isStrikeThrough: true,
isUnderline: false,
family: 'Arial',
size: 11.0,
size: 11,
},
label: 'Throw None Intermediate Event',
parentId: 'participant_1_id',
Expand Down Expand Up @@ -1233,7 +1233,7 @@ describe('mxGraph model - BPMN elements', () => {
isStrikeThrough: false,
isUnderline: true,
family: 'Arial',
size: 11.0,
size: 11,
},
label: 'Task with Flows',
parentId: 'participant_1_id',
Expand Down

0 comments on commit a98486c

Please sign in to comment.