nodeunit to tape test converter
npm install nodeunit-to-tapenodeunit to tape test converter
``bash`
npm install nodeunit-to-tape
the converter can be used from the commandline or from node.js
bash
node index.js
`$3
`js
var n2t = require('nodeunit-to-tape');
n2t(inputPath, outputPath);
``