Skip to content

3.0.4

Compare
Choose a tag to compare
@csnover csnover released this 25 Sep 08:45
· 863 commits to master since this release

Release overview

  • Bug fixes

Bug fixes

  • Setting waitForRunner to 'fail' now only waits on fail, instead of acting the same as setting the value to true. (#502)
  • Any suite error now correctly causes Intern to exit with a non-zero status. (#498)
  • Installation on Windows using npm 3 as a non-elevated administrator is now possible. (#500)
  • Code coverage analysis now works correctly when basePath is relative. (#492)
  • Other bug fixes from Leadfoot 1.6.1 and 1.6.2.

Install from npm

cd /my/project/root
npm install intern --save-dev

Download source