npm tap-junit 2.1.0
v2.1.0

latest releases: 5.0.3, 5.0.2, 5.0.1...
5 years ago

New

  • Upon an error (in tap-junit) when either writing or if the tests are not passing we call the exit method instead of setting the exitCode

Improved

  • Tweaked the .travis.yml file for node 8, linting, and cache
  • Updated all current dependencies including dev
  • Removed the through2 dependency as it was no longer needed
  • Removed the duplexer2 dependency as it is no longer needed
  • Switched to just using console.log vs process.stdout.write (flip flop I know)
  • Converted to using the promise chain with fs-extra vs callbacks

Fixed

  • If you place the extension at the end of a name it will no longer get attached (Fixed in string sanitizer)
    • Example: tap-junit -n tap.xml will no longer result in tapxml.xml but instead tap.xml still

Don't miss a new tap-junit release

NewReleases is sending notifications on new releases.