Skip to content

Commit

Permalink
fix typo in testfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeppner-dataport committed Nov 26, 2024
1 parent e5bfcd0 commit 90486cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('LinkElement', () => {
});
});

it('should be instance of LinkElement',, () => {
it('should be instance of LinkElement', () => {
expect(isLinkElement(linkElement)).toBe(true);
});

Expand Down

0 comments on commit 90486cb

Please sign in to comment.