2019-06-07から1日間の記事一覧

Multiple instances of Vue detected

Nuxt.jsを使ったアプリでComponentのテストを作成したところ、表題のエラーとなった。 Nuxt.js 2.4.0 jest 23.6.0 node v11.2.0 vuetify1.3.14 import { mount, shallowMount, createLocalVue } from '@vue/test-utils' import Test from '@/components/Test…