Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Sep 19, 2023
1 parent 12a01ab commit 68ebc30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/editor/LabelWrapper.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ describe('LabelWrapper', () => {
tooltip_pointing: 'top center',
always_show: false,
tooltip_type: 'info',
tooltip_size: 'wide',
},
},
};
Expand All @@ -41,6 +42,7 @@ describe('LabelWrapper', () => {
tooltip_pointing: 'top center',
always_show: true,
tooltip_type: 'info',
tooltip_size: 'wide',
},
},
};
Expand All @@ -62,6 +64,7 @@ describe('LabelWrapper', () => {
tooltip_pointing: 'top center',
always_show: true,
tooltip_type: 'info',
tooltip_size: 'wide',
},
},
};
Expand All @@ -84,6 +87,7 @@ describe('LabelWrapper', () => {
tooltip_pointing: 'top center',
always_show: true,
tooltip_type: 'info',
tooltip_size: 'wide',
},
},
};
Expand Down

0 comments on commit 68ebc30

Please sign in to comment.