some cleaning and started to understand unittest with jest
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user