Skip to content

Commit

Permalink
Prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
atmgrifter00 committed Jun 3, 2024
1 parent 48078b1 commit 66da400
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ describe('ListOptionGroup', () => {
});

it('can construct an element instance', () => {
expect(
document.createElement(listOptionGroupTag)
).toBeInstanceOf(ListOptionGroup);
expect(document.createElement(listOptionGroupTag)).toBeInstanceOf(
ListOptionGroup
);
});

it('if label attribute is provided, labelContent is set to label attribute', async () => {
Expand Down

0 comments on commit 66da400

Please sign in to comment.