Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
thokra-nav committed Mar 14, 2024
1 parent cf4769a commit 5c2766c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe("Modal", () => {
it("renders with HTML similar to ds-react", async () => {
const props: Props = {
open: true,
closeIconText: "Lukk modalvindu",
closeIconText: "Lukk",
};
expect(
await bunmatch(render(Modal, props), ReactModal, {
Expand Down

0 comments on commit 5c2766c

Please sign in to comment.