8000 fix unit tests · vuejs/v2.vuejs.org@1d71704 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 1d71704

Browse files
committed
fix unit tests
1 parent 8895d4b commit 1d71704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import 'babel-polyfill'
2-
import Vue from 'vue'
2+
import Vue from 'vue/dist/vue.common.js'
33
import Vuex, { mapState, mapMutations, mapGetters, mapActions } from '../../dist/vuex.js'
44

55
Vue.use(Vuex)

0 commit comments

Comments
 (0)
0