Home

Awesome

no-bugs

A JavaScript test framework for perfect code.

Installation

Install it via npm:

npm install --save-dev no-bugs

Adjust "test" script in your package.json:

...
"scripts": {
  "test": "no-bugs"
}
...

License

ISC