Skip to content

Commit 2a2ccc8

Browse files
committed
Fix lint issues in sorted_state_adapter.test.ts
1 parent 8cdfe3e commit 2a2ccc8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

packages/toolkit/src/entities/tests/sorted_state_adapter.test.ts

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1+
import type {
2+
EntityAdapter,
3+
EntityState,
4+
PayloadAction,
5+
} from '@reduxjs/toolkit'
16
import {
27
configureStore,
38
createAction,
9+
createEntityAdapter,
10+
createNextState,
411
createSlice,
512
nanoid,
6-
PayloadAction,
713
} from '@reduxjs/toolkit'
8-
import type { EntityAdapter, EntityState } from '../..'
9-
import { createNextState } from '../..'
10-
import { createEntityAdapter } from '../create_adapter'
1114
import type { BookModel } from './fixtures/book'
1215
import {
1316
AClockworkOrange,

0 commit comments

Comments
 (0)