Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sana Malik committed Jan 30, 2025
1 parent c86e72f commit e2f1044
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ describe('LabeledValue', function () {
value={<input />} />
);
} catch (e) {
console.log(e.message);
expect(e.message).toEqual('LabeledValue cannot contain an editable value.');
}
});
Expand Down

0 comments on commit e2f1044

Please sign in to comment.