douglasPinheiro / unit-test-example

Project created to study unit tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unit-test-example

Project created to study unit tests.

Installation

Use npm to install mocha globally.

npm install mocha -g

Now install the dependences (chai)

npm install

Usage

To run all tests

npm test

To run tests on edit files

npm run test-watch

License

MIT

About

Project created to study unit tests.

License:MIT License


Languages

Language:JavaScript 100.0%