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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    97
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    97
  • 0.0.2
    22

Package Sidebar

Install

npm i retape

Weekly Downloads

29

Version

0.0.3

License

none

Last publish

Collaborators

  • gozala