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:
(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.
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.