Skip to content

Commit aa6989d

Browse files
authored
Update tests/vanilla/basic.test.ts
1 parent daad2f8 commit aa6989d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/vanilla/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ it('can get the store', async () => {
7373
it('can get the initial state', () => {
7474
const initial = { value: 1 }
7575
const store = createStore(() => initial)
76-
store.setState({ value: 2 })
76+
store.setState({ value: 2 })
7777
expect(store.getInitialState()).toBe(initial)
7878
})
7979

0 commit comments

Comments
 (0)