This commit is contained in:
mattwr18 2019-11-12 13:43:51 +01:00
parent d7397f5e46
commit e19990a58b

View File

@ -54,7 +54,7 @@ describe('PostIndex', () => {
'auth/user': () => {
return { id: 'u23' }
},
'posts/currentPosts': () => [],
'posts/currentPosts': () => [],
},
mutations,
})