vue ui -> create project -> manual -> add unit test, remove lint (save time) -> mocha + chai -> add plugin -> install vue-cli-plugin-electron-builder -> finish install
- npm run test:unit -> no error
- Add
import { ipcRenderer } from 'electron'
in HelloWorld.vue - npm run test:unit -> error