Skip to content

Commit 407bcf5

Browse files
committed
Fix issue with importing Tuple in getDefaultMiddleware.test.ts
1 parent 50456ba commit 407bcf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/toolkit/src/tests/getDefaultMiddleware.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
import { Tuple } from '@internal/utils'
12
import type {
23
Action,
34
Middleware,
45
ThunkAction,
56
UnknownAction,
67
} from '@reduxjs/toolkit'
7-
import { Tuple, configureStore } from '@reduxjs/toolkit'
8+
import { configureStore } from '@reduxjs/toolkit'
89
import { thunk } from 'redux-thunk'
910
import { vi } from 'vitest'
1011

0 commit comments

Comments
 (0)