Skip to content

Commit 4e71f09

Browse files
committed
chore: fix typo in test name
1 parent 1858e43 commit 4e71f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/hooks.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ test("should handle defaultFallbackInView if unsupported", () => {
387387
);
388388
});
389389

390-
test("should restore the browser IntersectingObserver", () => {
390+
test("should restore the browser IntersectionObserver", () => {
391391
expect(vi.isMockFunction(window.IntersectionObserver)).toBe(true);
392392
destroyIntersectionMocking();
393393

0 commit comments

Comments
 (0)