TheOdinProject/javascript-exercises

what is Jasmine

Closed this issue · 1 comments

I don't have jasmine, how do I run it at the command line? Should be explaine in the readme

Hey @petrarch1603 it is explained in the Readme 🙂

Jasmine. Jasmine is a testing framework for Javascript. Type jasmine -v to check for it. If you need to install it type npm install -g jasmine to do so.