Skip to content

Commit

Permalink
chore: fix typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Jan 20, 2025
1 parent 1858e43 commit 4e71f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/hooks.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ test("should handle defaultFallbackInView if unsupported", () => {
);
});

test("should restore the browser IntersectingObserver", () => {
test("should restore the browser IntersectionObserver", () => {
expect(vi.isMockFunction(window.IntersectionObserver)).toBe(true);
destroyIntersectionMocking();

Expand Down

0 comments on commit 4e71f09

Please sign in to comment.