retape

0.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i retape

Weekly Downloads

24

Version

0.0.3

License

none

Last publish

Collaborators

  • gozala