Skip to content

Commit 5c37d23

Browse files
committed
Remove unnecessary imports of @testing-library/jest-dom/extend-expect
1 parent b5ef2a4 commit 5c37d23

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

test/components/Provider.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { createStore } from 'redux'
88
import type { ReactReduxContextValue } from '../../src'
99
import { Provider, ReactReduxContext, connect } from '../../src/index'
1010

11-
import '@testing-library/jest-dom/extend-expect'
1211
import * as ReactDOM from 'react-dom'
1312

1413
const createExampleTextReducer =

test/components/connect.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*eslint-disable react/prop-types*/
22

3-
import '@testing-library/jest-dom/extend-expect'
43
import * as rtl from '@testing-library/react'
54
import type { Dispatch, ElementType, MouseEvent, ReactNode } from 'react'
65
import React, { Component } from 'react'

test/components/hooks.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*eslint-disable react/prop-types*/
22

3-
import '@testing-library/jest-dom/extend-expect'
43
import * as rtl from '@testing-library/react'
54
import React from 'react'
65
import type { AnyAction } from 'redux'

0 commit comments

Comments
 (0)