Skip to content

Commit b1efa00

Browse files
committed
test: remove screen assignment
1 parent 48ffc4e commit b1efa00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/InView.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test("Should respect skip", () => {
5656

5757
test("Should handle initialInView", () => {
5858
const cb = vi.fn();
59-
const screen = render(
59+
render(
6060
<InView initialInView onChange={cb}>
6161
{({ inView }) => <span>InView: {inView.toString()}</span>}
6262
</InView>,

0 commit comments

Comments
 (0)