We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f45ce commit 4401ba9Copy full SHA for 4401ba9
packages/node_modules/overmind-vue/src/Index.test.ts
@@ -27,8 +27,7 @@ describe('Vue', () => {
27
foo: 'bar',
28
},
29
actions: {
30
- changeFoo: (action) =>
31
- action.mutate(({ state }) => (state.foo = 'bar2')),
+ changeFoo: ({ state }) => (state.foo = 'bar2'),
32
33
})
34
const connect = createConnect(app)
@@ -52,8 +51,7 @@ describe('Vue', () => {
52
51
53
54
55
56
57
58
59
0 commit comments