lmiller1990 / vue-testing-handbook

A guide on testing Vue components and applications
https://lmiller1990.github.io/vue-testing-handbook/
876 stars 160 forks source link

upgraded packages for main package.json and demo-app/package.json #126

Closed spencer1573 closed 5 years ago

spencer1573 commented 5 years ago

I used latest LTS version of node 10.16.3, and latest version of yarn 1.19.1 to serve and upgrade the packages.

yarn test:unit passed in the demo-app after upgrading the packages.

one thing to note is that the items on the left are now bolded like this: (and they weren't before)

Screen Shot 2019-10-18 at 8 44 24 PM
lmiller1990 commented 5 years ago

Great, thanks. I'm surprised at the change to the default css - I think the previous one was nicer. Anyway, we can probably add some custom css at some point. This looks for for now, thanks!

spencer1573 commented 5 years ago

Totally agree that the previous css was better... the new one bugs me. @imiller1990