Skip to content

nhz-io/coffeetape

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coffeetape (Coffeescript 2.0.2)

Run tape tests written in coffeescript!

To install: npm install -g @nhz.io/coffeetape

The command works exactly the same as the regular tape runner, just do coffeetape test/*.coffee to run your tests. You can pipe coffeetape into any standard tap reporter as you would expect.

To write your tests, require('tape') and use it exactly like you would if you were writing your tests in javascript. You'll get the same API if you require() coffeetape, but it's not recommended.

About

Run tape tests written in coffeescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%