Skip to content

Commit

Permalink
Removed unused mocks (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Mar 18, 2024
1 parent 9e73b36 commit feb4dcf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/ui/src/js/src/elements/ElementUtils.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ describe('wrapElementChildren', () => {
exportedB1: createMockProxy<WidgetExportedObject>({
type: 'mock.exported.b',
}),
itemWithString: <Item>String</Item>,
itemWithNumber: <Item>{123}</Item>,
itemWithTrue: <Item>{true}</Item>,
itemWithFalse: <Item>{false}</Item>,
};

it('should return given element if it has no children', () => {
Expand Down

0 comments on commit feb4dcf

Please sign in to comment.