Testing
Here is the command to run the mocha test suite:
When working on the source code, it is best to run mocha with the --watch options, when a file is saved, the tests are executed again.
To execute only one test, add .only to it or describe
Last updated