Hussain Al-Bin Hajji

Results 2 comments of Hussain Al-Bin Hajji

> I came up with this solution: https://github.com/wemake-services/wemake-vue-template/blob/feature-nuxt/template/tests/unit/pages/index.spec.js#L55 > > ```js > import axios from 'axios' > import MockAdapter from 'axios-mock-adapter' > > it('should load new comments on actions', async...

using a shim might help ? I managed to get intellisense for plugins in the store using the following shim: ```ts // veux-shim.d.ts import { Store } from 'vuex'; declare...