Skip to content

Commit

Permalink
fix: beforeAll -> beforeEach
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi02014 committed Apr 26, 2024
1 parent e2c9080 commit aabe4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/hooks/useDebounce/useDebounce.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { renderHook } from '@testing-library/react';
import { useDebounce } from '.';

beforeAll(() => {
beforeEach(() => {
vi.useFakeTimers();
});

Expand Down

0 comments on commit aabe4ed

Please sign in to comment.