Closed xkjyeah closed 9 years ago
Yikes i've written a test for it, but i don't know how to execute the test. What are the steps? (Sorry I'm rather new to this)
After adding the test, just run meteor test-packages ./
In the meteor-vue directory? I get "TypeError: Vue is undefined" in Firefox
and TypeError: Package["vue:vue"] is undefined
then you need to add this line back:
Vue = this.Vue;
Alright... tested and fixed... Is the test written in an acceptable standard?
Thanks so much, do you mind add a simple component test to it? It's in
test-vue:vue.js