Releases: AndyRightNow/nej-mocha
Releases · AndyRightNow/nej-mocha
v4.3.0
v4.2.11
- Fix the regular expression for checking user agent for compatibility on Mac OS X
v4.2.10
- Add include and exclude options to coverageOptions. See the documentation for more details.
- Fix the bug that the server is not properly closed if using ctrl + c.
- Improve console logs
v4.2.7
- Fix a bug that a file can not be instrumented if
/* nej-mocha-cover */
and/* nej-mocha-inject */
both exist
v4.2.6
- Include the whole
src
folder ofnej
into repo
v4.2.4
- Fix the problem that error info is not printed in detail
v4.2.3
- Change
http://localhost:{testRunnerPort}/testIndex
tohttp://localhost:{testRunnerPort}/nej-mocha
v4.2.2
- Add
coverage
flag checking when instrumenting functions
v4.2.1
- Add cli options.
- Add programmatic APIs.
- Fix bugs
See README for more information.
v4.1.0
- Add dependency injections, a feature that makes tests easier.