Error in Unit Test VueJS component with Vuex
问题 Error: undefined is not a constructor (evaluating 'vm.$el.querySelector('h3')') Follow my code and full code here // main.js import Vue from 'vue' import App from './App' import router from './router' import store from './store' import 'babel-polyfill' require('es6-promise').polyfill() Vue.config.productionTip = false /* eslint-disable no-new */ new Vue({ el: '#app', router, store, template: '<App/>', components: { App } }) // Home.vue <template> <div> <h3 class="ui center aligned header"> An