meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor
897 stars 112 forks source link

Vue components do not seem to be compiled in Meteor tiny tests #296

Open mitar opened 6 years ago

mitar commented 6 years ago

I am trying to create tests for the Meteor integration package. But it seems like I cannot really render Vue components inside Meteor test framework? See this branch:

https://github.com/meteor-vue/meteor-integration/tree/tests

(I am using class-test, but that is just a thin wrapper around Meteor tiny tests.)

I do not think the integration itself is influencing this in any way, I have not yet managed to get to test it because even basic component does not get rendered.