Skip to content

Commit 6294ad2

Browse files
authored
Documentation Fix for WritingTests.mdx (#4471)
1 parent 2baacb8 commit 6294ad2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/usage/WritingTests.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,6 @@ export type AppDispatch = AppStore['dispatch']
456456
import React, { PropsWithChildren } from 'react'
457457
import { render } from '@testing-library/react'
458458
import type { RenderOptions } from '@testing-library/react'
459-
import { configureStore } from '@reduxjs/toolkit'
460459
import type { PreloadedState } from '@reduxjs/toolkit'
461460
import { Provider } from 'react-redux'
462461

@@ -530,7 +529,6 @@ export type AppDispatch = AppStore['dispatch']
530529
import React, { PropsWithChildren } from 'react'
531530
import { render } from '@testing-library/react'
532531
import type { RenderOptions } from '@testing-library/react'
533-
import { configureStore } from '@reduxjs/toolkit'
534532
import type { PreloadedState } from '@reduxjs/toolkit'
535533
import { Provider } from 'react-redux'
536534

0 commit comments

Comments
 (0)