Skip to content

Commit a548b41

Browse files
authored
reword test
1 parent 02b338f commit a548b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/tests/combineSlices.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('type tests', () => {
3333
}>()
3434
})
3535

36-
test('combineSlices allows for no initial reducers', () => {
36+
test('combineSlices allows passing no initial reducers', () => {
3737
const rootReducer = combineSlices()
3838

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

0 commit comments

Comments
 (0)