Can we get testing for the Advanced JS Projects?

So my first language is Ruby and with it I learned to use rspec to test my code. It was fine not having tests for the smaller projects but, I feel like I am flying blind with out a testing framework. Specially with the Simon project since I have multiple functions and if one fails I will have to go through each one individually and test them to find my bug. Does anyone know of a way I can test my code without resorting to console.log and writing small snippets of tests in my main code?

3 Likes