diff --git a/webapp/pages/index.spec.js b/webapp/pages/index.spec.js index 8ffa8fac1..aeb033cb9 100644 --- a/webapp/pages/index.spec.js +++ b/webapp/pages/index.spec.js @@ -54,7 +54,7 @@ describe('PostIndex', () => { 'auth/user': () => { return { id: 'u23' } }, - 'posts/currentPosts': () => jest.fn(), + 'posts/currentPosts': () => [], }, mutations, })