Thanks for a great tutorial! It's exactly what I have been looking for to quickly learn unit testing for Vue, as I urgently need to do it on a project. I wish success and rapid growth to the channel!
This is the BEST tutorial for learning Vue test utils. Thank you for taking the time to do this. By the way, you are thinking of the css property text-decoration, not text-transform.
This is what I had been looking for for past few weeks. And finally today I am on this channel after watching your Nuxt 3 hours long tutorial. Thanks for the quality bro
It is really great tutorial. Why i think so? I tried to do some tests before this tutorial and run to problems that were all discussed at this video (get/find, not.exists, shallowMount/Mount). I like the pace and the organized format of this video. Thanks!
hello i'm from brasil, and this video really helped me!! thanks, i not found anyone content about test utils in my language, that at altest teaches as you do. text-decoration: line-through;
in the "Finding Elements" section in the video, I keep getting the following error: TypeError: Invalid value used as weak map key at WeakMap.set () and it says the error comes from this line: const wrapper = mount(TodoApp); can anyone help?
I was thrown by your early comment that Vue Test Utils was built on top of Jest. I'm fairly certain this is NOT the case and would be a big mistake if it were. Currently it's very common to integrate the "test runner" functionality with Vitest or Cypress. Am I missing something?
Spent more than 3+ hours of my day watching your videos and it was worth it
Thanks for a great tutorial! It's exactly what I have been looking for to quickly learn unit testing for Vue, as I urgently need to do it on a project. I wish success and rapid growth to the channel!
Damn I love your videos, not just raw info but also fun human communication feels like free time at work :D
This is the BEST tutorial for learning Vue test utils. Thank you for taking the time to do this. By the way, you are thinking of the css property text-decoration, not text-transform.
This is what I had been looking for for past few weeks. And finally today I am on this channel after watching your Nuxt 3 hours long tutorial. Thanks for the quality bro
It is really great tutorial. Why i think so? I tried to do some tests before this tutorial and run to problems that were all discussed at this video (get/find, not.exists, shallowMount/Mount). I like the pace and the organized format of this video. Thanks!
56:45 it is actually "text-decoration: line-through"
Hey your teaching method is great. The authenticity, helpfulness, and pacing is apparent. Looking forward to your future vids!
nah the pacing is too slow imo. but still great tutorial
wow. this is absolutely amazing explanation. Thanks a lot. this is what i'been lookin for. good bless u man
hello i'm from brasil, and this video really helped me!! thanks, i not found anyone content about test utils in my language, that at altest teaches as you do.
text-decoration: line-through;
great tutotiral! thanks for all the information!!
From the intro and the logo, I thought that you were Travis for a second 😅
It will be great if you continue this video. My biggest concern now is testing using store (ex. Pinia)
Thank you so much for such a great tutorial. It helped me a lot to understand Vue Test Utils. 😀
A great tutorial for beginners! Thanks.
Great video, thanks for the info
in the "Finding Elements" section in the video, I keep getting the following error:
TypeError: Invalid value used as weak map key
at WeakMap.set ()
and it says the error comes from this line:
const wrapper = mount(TodoApp);
can anyone help?
Thank you so much for this video, it help me a lot for my project!
Great tut bro , keep going.
You are a guru bro! Thanks.
what a good tutorial 👏👏👏
Learned a lot! Keep it up man! 🙏👍
thanks for the great tutorial!
this is awesome tutorial, thank you very much!!!
Hi Laith! Thank you for the video!
A question - why using a beforeEach hook better than declaring wrapper as const at the beginning of describe()?
It is to reduce the redundancy in the code and follow the DRY (don't repeat yourself) principle
Great video. thank you.
Thanks for the video! It would be interesting to know how to test a Vue 3 application on TypeScript (an idea to continue this video).
Looks like you read my mind today ! haha
Good for beginners
Awesome! Thank you a lot
Thanks!
can you make video with Vuejs ,how to combine cypress with jest ?
Thanks
text-decoration: line-through; is was like this?
can you do a video
with strapi and knex js
TDD is such a cool thing, but the most of us havent enought time to implement tests and/or the clients dont wanna pay for it
.
I was thrown by your early comment that Vue Test Utils was built on top of Jest. I'm fairly certain this is NOT the case and would be a big mistake if it were. Currently it's very common to integrate the "test runner" functionality with Vitest or Cypress. Am I missing something?
Test Utils is runner agnostic - you are right, you can use it w/ Cypress/Vitest/Jestl, or even without a test runner.
Can you do a Quasar Crash course with Vue 3
Thank you so much
make a next.js tut bro!
* text-decoration: line-through;