Skip to content

Releases: AndyRightNow/nej-mocha

v4.3.0

17 Jan 05:40
Compare
Choose a tag to compare
  • Fix the bug that even though the tests fail, the exit code is still 0.

v4.2.11

21 Nov 09:06
Compare
Choose a tag to compare
  • Fix the regular expression for checking user agent for compatibility on Mac OS X

v4.2.10

21 Nov 09:06
Compare
Choose a tag to compare
  • 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

23 Aug 09:15
Compare
Choose a tag to compare
  • Fix a bug that a file can not be instrumented if /* nej-mocha-cover */ and /* nej-mocha-inject */ both exist

v4.2.6

13 Jul 09:47
Compare
Choose a tag to compare
  • Include the whole src folder of nej into repo

v4.2.4

11 Jul 03:02
Compare
Choose a tag to compare
  • Fix the problem that error info is not printed in detail

v4.2.3

06 Jul 08:43
Compare
Choose a tag to compare
  • Change http://localhost:{testRunnerPort}/testIndex to http://localhost:{testRunnerPort}/nej-mocha

v4.2.2

27 May 06:00
Compare
Choose a tag to compare
  • Add coverage flag checking when instrumenting functions

v4.2.1

04 May 07:51
Compare
Choose a tag to compare
  • Add cli options.
  • Add programmatic APIs.
  • Fix bugs

See README for more information.

v4.1.0

25 Apr 05:34
Compare
Choose a tag to compare
  • Add dependency injections, a feature that makes tests easier.