Skip to content

shanejonas/coffeescript-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview of javascript testing frameworks
=========================================

jasmine:
	install: npm install jasmine-node
	(had to compile to js to run tests)
	run: jasmine-node .

nodeunit:
	install: npm install nodeunit
	run: nodeunit <file>

vows: 
	install: npm install vows
	run: coffee <file>
	

About

testing frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors