power-assert-promise
v0.0.1
Published
Add promise function to power-assert
Downloads
9
Readme
power-assert-promise
Add promise function to power-assert
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install power-assert-promise --save
Tests
npm install
npm test
Dependencies
- power-assert: Power Assert in JavaScript
Dev Dependencies
- chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
- chai-as-promised: Extends Chai with assertions about promises.
- eslint: An AST-based pattern checker for JavaScript.
- eslint-config-airbnb: Airbnb's ESLint config, following our styleguide
- eslint-plugin-import: Import with sanity.
- eslint-plugin-jsx-a11y: A static analysis linter of jsx and their accessibility with screen readers.
- eslint-plugin-mocha: Eslint rules for mocha.
- eslint-plugin-react: React specific linting rules for ESLint
- mocha: simple, flexible, fun test framework
License
MIT
Generated by package-json-to-readme