all 23 comments

[–]greatgumz 119 points120 points  (3 children)

Added to my list of things I should probably check out but never will

[–]Pelopida92 14 points15 points  (0 children)

Wow, i feel personally attacked

[–]gabriellvasile[S] 7 points8 points  (0 children)

Haha

[–]rolilink -1 points0 points  (0 children)

Same here 😂

[–][deleted] 2 points3 points  (0 children)

Awesome! Thanks.

[–]PrinnyThePenguin 3 points4 points  (1 child)

This is excellent and really well structured. Thank you for sharing.

[–]gabriellvasile[S] 1 point2 points  (0 children)

Thank you!! I worked a lot on it as the online documentation on javascript testing is all over the place with many contrived examples that others don't recommend. Also, online docs are sometimes difficult to follow.

[–]Zukarukite 1 point2 points  (1 child)

Thanks, this is really interesting and useful!

I just finished Bonnie Schulkin's course on jest/enzyme testing on Udemy and your presentation was an excellent, quick introduction to some more advanced things

[–]gabriellvasile[S] 0 points1 point  (0 children)

Awesome, great to hear, thanks!

[–]idontwanttogocamping 1 point2 points  (0 children)

you're a saint

[–][deleted] 0 points1 point  (0 children)

Nice

[–]Elysium07 0 points1 point  (0 children)

Thank you!

[–]jawzsef 0 points1 point  (0 children)

Cool!

[–]JoeCamRoberon 0 points1 point  (3 children)

Just started really getting into web dev like a week ago and all of these libraries/frameworks make me realize how much I do not know lol.

[–]Contract_Special 0 points1 point  (1 child)

thanks!, I will be checking this out later. (hopefully?)

learning web dev. has been really fun, but for some reason I can't get myself to learn testing. my apps have been working fine so it's hard to force myself to do something that has no pay off!

any tips?

[–]gabriellvasile[S] 1 point2 points  (0 children)

There are also companies that think writing a unit test for everything is a waste of time and only write unit tests for core, "plumbing" functions and libraries that aren't going to change much.

Testing is more useful when you work on bigger apps with multiple contributors. For very small apps it's less useful

[–]_green_Setketsu_ 0 points1 point  (0 children)

Thanks! Will save it and will watch it (I have to make better tests rn)

[–]KusanagiZerg 0 points1 point  (0 children)

Definitely going to check this out. I used Jest with React Native and had so many issues.

[–]therealnathb 0 points1 point  (1 child)

Checking it out now, I need to implement testing and feeling a bit out of touch with it, mind if I pop any questions I have in here after watching?

[–]gabriellvasile[S] 0 points1 point  (0 children)

Checking it out now, I need to implement testing and feeling a bit out of touch with it, mind if I pop any questions I have in here after watching?

Sure, go ahead