tap-harmony
v0.4.3-1
Published
A Test-Anything-Protocol library (supporting harmony features)
Downloads
4
Readme
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 --strict --harmony test/*.js"
}
}
install
With npm do:
npm install tap-harmony
license
MIT