Skip to content

andineck/nodeunit-to-tape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeunit-to-tape

nodeunit to tape test converter

install

npm install nodeunit-to-tape

use

the converter can be used from the commandline or from node.js

command line

node index.js <nodeunit source file> <tape output file>

node.js

var n2t = require('nodeunit-to-tape');
n2t(inputPath, outputPath);

note

the converter may or may not work, depending on the code style of your nodeunit test. please fork and modify it according to your needs.

license

MIT

About

nodeunit to tape test converter

Resources

License

Stars

Watchers

Forks

Packages

No packages published