Skip to content

Commit

Permalink
fix: Update test-utils.ts (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
zekenie authored Dec 15, 2021
1 parent 488fca3 commit e217965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,6 @@ export function intersectionMockInstance(
}

throw new Error(
'Failed to find IntersectionObserver for element. Is it being observer?',
'Failed to find IntersectionObserver for element. Is it being observed?',
);
}

1 comment on commit e217965

@vercel
Copy link

@vercel vercel bot commented on e217965 Dec 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.