Skip to content

Latest commit

 

History

History
 
 

javascript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Test with node.js

Install the jasmine-node plugin from https://github.com/mhevery/jasmine-node

npm install jasmine-node -g

And execute:

jasmine-node .

Any test source matching the pattern *.spec.js will be executed.