Javier Martinez

Results 24 comments of Javier Martinez

I am a bit busy this days. I'll try doing the PR tomorrow. Anyways is up to you if you have the time!

I'm also trying to stub transition-group but I am a bit stucked in this warning ``` TypeError: Cannot read property 'length' of undefined at VueComponent.updated (/Users/belio/Code/teameq/frontend_vue/node_modules/vue/dist/vue.runtime.common.js:6994:18) ``` The implementation is...

Hello @eddyerburgh I was writting some tests to reproduce the issue in your repo but it didn't happen in mocha. How should i proceed to implement this PR? P.S. I...

Yes, a reproduction of that. I wrap a v-if / else into a transition. AVA throws the split of undefined error (in my project). Mocha does not.

Yep. That's the one I'm using. I get green.

I created a gist with the raw version of them. Please let me know when you have the code in order to delete it. It is a commercial App. https://gist.github.com/disitec/cc84c49bff39d27dbd7ad3f2bc762584...

All tests are passing. But throw warnings in console that I am triying to avoid. Please, tweak the component if you get errors due to the missing Question.vue and mixin.

Don't worry! I'm aware that you are working very hard in the official Vue testing. I'm looking forward to try out. I've been busy as well but maybe I can...

I am ready to make the PR but which kind of test should I write? This issue does not happen in mocha. As we talked in Discord I propose an...