Skip to content

Commit

Permalink
test(select): add missing closing brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
daenub committed Jan 9, 2025
1 parent 9c3d5c6 commit 151c4bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/select/test/select.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ describe("LeuSelect", () => {
await elementUpdated(el)

expect(menuItems.every((item) => !item.multipleSelection)).to.be.true
})

it("closes the popup when the document is clicked outside the component", async () => {
const el = await defaultFixture({
Expand Down

0 comments on commit 151c4bb

Please sign in to comment.