We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca90ab0 commit d955e88Copy full SHA for d955e88
1 file changed
src/test-utils.ts
@@ -85,7 +85,7 @@ export function setupIntersectionMocking(mockFn: typeof jest.fn) {
85
}
86
87
/**
88
- * Rest the IntersectionObserver mock to its initial state, and clear all the elements being observed.
+ * Reset the IntersectionObserver mock to its initial state, and clear all the elements being observed.
89
*/
90
export function resetIntersectionMocking() {
91
// @ts-ignore
0 commit comments