Skip to content

Commit

Permalink
Fix(test): TypeError in useBottomScrollListener Test Due to Incorrect…
Browse files Browse the repository at this point in the history
… act Import (nodejs#6736)

Fix TypeError in useBottomScrollListener Test Due to Incorrect act Import
  • Loading branch information
TenzDelek authored May 26, 2024
1 parent acfe436 commit 9df4499
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { fireEvent, renderHook } from '@testing-library/react';
import { act } from 'react';
import { fireEvent, renderHook, act } from '@testing-library/react';

import useBottomScrollListener from '@/hooks/react-client/useBottomScrollListener';

Expand Down

0 comments on commit 9df4499

Please sign in to comment.