We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
buildMiddleware.test.tsx
1 parent 4d42944 commit f3d2c4bCopy full SHA for f3d2c4b
packages/toolkit/src/query/tests/buildMiddleware.test.tsx
@@ -1,6 +1,6 @@
1
import { createApi } from '@reduxjs/toolkit/query'
2
-import { delay } from 'msw'
3
import { actionsReducer, setupApiStore } from '../../tests/utils/helpers'
+import { delay } from '../../utils'
4
5
const baseQuery = (args?: any) => ({ data: args })
6
const api = createApi({
0 commit comments