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

Bump versions #121

Closed lmiller1990 closed 5 years ago

lmiller1990 commented 5 years ago

Should bump

spencer1573 commented 5 years ago

getting this done now

spencer1573 commented 5 years ago

i'm going to use the latest edge node - 12.12.0 let me know if you want the current latest LTS 10.16.3

lmiller1990 commented 5 years ago

Hey, thanks! Let's go with LTS - I think that's more likely what people will be using in production.

lmiller1990 commented 5 years ago

Will need to make sure you can cd demo-app, yarn install and yarn test:unit works fine as well 👍

spencer1573 commented 5 years ago

complete. see pull request #125

Let me know if you have any questions. corrected this in pull request #126

spencer1573 commented 5 years ago

oh crap i did 12.12.0 and i didn't test the demo-app. is it alright if I do that tomorrow?

spencer1573 commented 5 years ago

doing it correctly right now...

spencer1573 commented 5 years ago

ok everything is correct now! more details in the pull request #126, all unit tests passed for demo app... main package.json also upgraded. Let me know if you have any questions. thanks for letting me do this.