Sebastien Piquemal a6b4ad7526 fixed tests
2013-08-14 15:43:32 +04:00
..
2013-08-14 15:43:32 +04:00
2013-08-14 15:43:32 +04:00
2013-08-14 15:43:32 +04:00
2013-08-14 15:43:32 +04:00
2013-08-06 02:14:44 +02:00

## Tests

To execute the tests, run the following in the root of the project:


    mocha test --recursive


## Code coverage

To test code coverage of the tests, install `istanbul` and run it:

    npm install -g istanbul
    istanbul cover _mocha test --recursive --reporter spec

To see the results, open the generated report in your browser:

    ./coverage/lcov-report/index.html