Skip to content

Commit 1269bf4

Browse files
committed
Format files
1 parent 1836455 commit 1269bf4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

test/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import "@testing-library/jest-dom/vitest"
1+
import '@testing-library/jest-dom/vitest'

test/typetests/connect-mapstate-mapdispatch.test-d.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import React from 'react'
22
import type { ActionCreator, Dispatch } from 'redux'
3-
import type {
4-
MapDispatchToProps,
5-
ReactReduxContextValue,
6-
} from 'react-redux'
3+
import type { MapDispatchToProps, ReactReduxContextValue } from 'react-redux'
74
import { connect } from 'react-redux'
85

96
// Test cases written in a way to isolate types and variables and verify the

0 commit comments

Comments
 (0)