PostList.vue' const mockPostList = [ { id: 1, title: 'title1' }, { id: 2, title: 'title2' } ] // Following lines tell Jest to mock any call to `axios.get` ...
確定! 回上一頁