A Test-Anything-Protocol library (supporting harmony features)
npm install tap-harmonyTest-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.
You can enforce strict mode and enable harmony features by adding the following
to your package.json file:
``js`
{
"scripts": {
"test": "tap --strict --harmony test/*.js"
}
}
With npm do:
```
npm install tap-harmony
MIT