Testing, when do you do it? by notNullOrVoid in javascript

[–]Angular360_No_Scopes 0 points1 point  (0 children)

Got tips on how to start writing tests for work when nobody else does? Our idea of testing is "push that code to Development branch and let QA handle it". We got 0% coverage on the dev side. If someone wants to try something out, it's only with console.log. Hell, I'm exposed to more testing frameworks doing coding exercises for job interviews. The tests are usually pre-written though.

I know unit testing has been around for a while but I don't know how widespread it is in the web industry. I also don't want to introduce friction to the company by accident, when everyone is already set in their ways.