Skip to content

Commit a1b1279

Browse files
sukvvonmanudeli
andauthored
test(react-query/useMutation): remove '@testing-library/jest-dom/vitest' import (#9569)
Co-authored-by: Jonghyeon Ko <[email protected]>
1 parent 7c464e3 commit a1b1279

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-query/src/__tests__/useMutation.test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import '@testing-library/jest-dom/vitest'
2-
31
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
42
import { fireEvent, render } from '@testing-library/react'
53
import * as React from 'react'

0 commit comments

Comments
 (0)