tap-harmony

0.4.3-1 • Public • Published

tap-harmony

Test-Anything-Protocol library (supporting harmony features and strict mode)

This module is a fork of node-tap. The only thing it does is add two new flags to the tap binary to enforce strict mode and enable harmony features in V8.

usage

You can enforce strict mode and enable harmony features by adding the following to your package.json file:

{
  "scripts": {
    "test": "tap-harmony --strict --harmony test/*.js"
  },
  "devDependencies": {
    "tap-harmony": "~0.4.3"
  }
}

install

With npm do:

npm install tap-harmony

license

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i tap-harmony

Weekly Downloads

2

Version

0.4.3-1

License

MIT

Last publish

Collaborators

  • ttaubert