Javier Martinez

Results 24 comments of Javier Martinez

For me, the cause was using a monorepo in which the package name was `@whatever/subrepo` on package.json. For the linux build, the executable name is taken from there. So the...

I get the 404 randomly! If I chain three `onGet`methods it works, next time I get 404 then unchain the methods and it works. Repat to infinite. I'm lost. It...

Sorry I did the pr hoping for a quick merge. But we needed all these changes in our fork for a client. Original pr was only the first commit.

Hey! I have the same issue as described here. I understand that we should add a new build step then in the `vercel.json` but I am not sure how to...

Nothing works for me. I get stuck on the infinite loop no matter what I try

I will check vue-test-utils repo and try to make a PR on this.

Check it out #130 I think it could do the trick. This is valid for my case.

Any news on this? I am trying to do something like this ```js const sectionWrapper = wrapper.first('#team-alignment-section'); const section = sectionWrapper.find(DashboardSection); ```

No problem with the transition test, but how about the rest of the tests that were passing before adding the transition wrapper? There is no way to override the transition...

I could make it work with this approach ```javascript import test from 'ava'; import { shallow } from 'avoriaz'; import Vue from 'vue'; import Component from './Component'; const fakeTransitions =...