Skip to content

Commit

Permalink
test: remove screen assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Nov 12, 2024
1 parent 48ffc4e commit b1efa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/InView.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test("Should respect skip", () => {

test("Should handle initialInView", () => {
const cb = vi.fn();
const screen = render(
render(
<InView initialInView onChange={cb}>
{({ inView }) => <span>InView: {inView.toString()}</span>}
</InView>,
Expand Down

0 comments on commit b1efa00

Please sign in to comment.