nodeunit-to-tape

1.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i nodeunit-to-tape

Weekly Downloads

0

Version

1.1.1

License

MIT

Last publish

Collaborators

  • andineck