Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
Signed-off-by: srikant <[email protected]>
  • Loading branch information
srikant-ch5 committed Jan 31, 2025
1 parent 42ed51f commit 2e6a590
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ describe("control-item renders correctly", () => {
const displayStyle = controlDisabledLabeled.style.display;
expect(displayStyle).to.equal("none");
}

});
});

it("should have required indicator", () => {
const controlRequired = {
Expand Down

0 comments on commit 2e6a590

Please sign in to comment.