Skip to content

Commit eee558c

Browse files
author
Alphonso Tran
committed
remove unused import value from doc
1 parent 007bcc3 commit eee558c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/createAsyncThunk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ If a thunk was cancelled, the result of the promise will be a `rejected` action
521521
So if you wanted to test that a thunk was cancelled before executing, you can do the following:
522522

523523
```ts no-transpile
524-
import { createAsyncThunk, isRejected } from '@reduxjs/toolkit'
524+
import { createAsyncThunk } from '@reduxjs/toolkit'
525525

526526
test('this thunk should always be skipped', async () => {
527527
const thunk = createAsyncThunk(

0 commit comments

Comments
 (0)