Skip to content

Commit

Permalink
reword test
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 authored Feb 11, 2024
1 parent 02b338f commit a548b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/tests/combineSlices.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('type tests', () => {
}>()
})

test('combineSlices allows for no initial reducers', () => {
test('combineSlices allows passing no initial reducers', () => {
const rootReducer = combineSlices()

expectTypeOf(rootReducer(undefined, { type: '' })).toEqualTypeOf<{}>()
Expand Down

0 comments on commit a548b41

Please sign in to comment.