Most of the tests are failing
snaptopixel opened this issue · 8 comments
had checked the local and latest travis building, nothing broken yet. Could you have a try to look into the error stack or rebuild the dependencies(delete node_modeuls and rerun npm i
) with npm@5 again?
Ok, I had used yarn
previously, but following your directions it's working now. Thanks, closing!
expecting for your pr 😀
Still working on my PR @kuitos, I wanted to re-open this because the tests fail whenever I update vue-test-utils
. The only way to get them working again is to revert the change in package.json and package-lock.json, then npm i
and they will run again...
vue-test-utils
is beta still, we should keep it locked at current period imo.
Had submitted a pr to fix this issue: vuejs/vue-test-utils#856
fixed
Great work @kuitos! Thanks for looking into it and fixing vue-test-utils ;)