How to Start Unit Testing with Jasmine
In my previous article, I showed pseudocode examples of unit testing pure functions. In response to that article, I got an excellent question—so how do I start testing my code then? Let’s take a more practical look at the same, simple case for testin...
how-to.dev3 min read
🧩【ℂ𝕣𝕚𝕤𝕥𝕚𝕟𝕒 ℙ𝕒𝕕𝕚𝕝𝕝𝕒】💡
📊Marketing expert 👩🏻💻Self-taught developer
Very cool article! So far I have only done test on the project's interface (simmulating I am a user), on the console or making use of the debugger. I didn't know there was a more automate and safer way of doing it. Very interesting and super useful, thanks!