Installing and Configuring Jasmine

Learn what the Jasmine testing framework is and how it works, so we can describe our application specifications so that we can test it. Once Jasmine is configured, write our first test and execute it using npm.

Complete and Continue