onsa
12/17/2016 - 3:25 PM

Sample usage of Jasmine (http://jasmine.github.io/2.4/introduction.html)

install jasmine (globally): 'npm install -g jasmine'
initialise jasmine: create&enter a new folder + type 'jasmine init'
get example tests: 'jasmine examples'
run test: 'jasmine'