Skip to content

Commit e622eb1

Browse files
committed
tests: add empty test
1 parent 504d3c9 commit e622eb1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/index.test.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@ test("LinkItUrl", () => {
152152
);
153153
});
154154

155+
test("LinkItUrl Empty", () => {
156+
render(
157+
<LinkItUrl>
158+
</LinkItUrl>,
159+
);
160+
expect(screen.queryByRole("link")).toBeNull();
161+
});
162+
155163
test("LinkItParam", () => {
156164
render(
157165
<LinkItUrl>

0 commit comments

Comments
 (0)