some cleaning and started to understand unittest with jest

This commit is contained in:
2019-04-02 15:52:03 +02:00
parent 8dd21b9e2d
commit b3f1c4f45b
6 changed files with 25 additions and 30 deletions
-3
View File
@@ -1,12 +1,9 @@
import Vue from 'vue'
import Vuex from 'vuex'
import router from './router'
import store from './store'
import App from './App'
import 'assets/css/app.styl'
Vue.use(Vuex)
new Vue({
router,
store,