Skip to content

Commit 1586bf4

Browse files
committed
chore: fix test code in files
1 parent 9b57f13 commit 1586bf4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/queries/text.ts

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ import type {
2121
} from './makeQueries';
2222
import type { CommonQueryOptions } from './options';
2323

24-
beforeEach(() => {
25-
resetToDefaults();
26-
});
27-
2824
type ByTextOptions = CommonQueryOptions & TextMatchOptions;
2925

3026
const queryAllByText = (

0 commit comments

Comments
 (0)