retape

CommonJS test to tape adapter


Keywords
retape
License
MIT
Install
npm install retape@0.0.3

Documentation

retape

browser support Build Status

CommonJS test to [tape][] adapter, allowing you to use testling ci without rewriting any of your tests. In a future probably [test][] will just produce tap output to be compatible with testling ci out of the box.

Usage

Only thing you need to do is create adapter module that wraps your entry test module:

var retape = require("retape")
retape(require("test/index")) // Or whatever your entry point test module is.

Of course you'll also need to set up your package.json and github repo as instructed by testling ci.

Install

npm install retape