1.1.1 • Published 10 years ago

nodeunit-to-tape v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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

1.1.1

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago