3.0.4
Release overview
- Bug fixes
Bug fixes
- Setting
waitForRunner
to'fail'
now only waits on fail, instead of acting the same as setting the value totrue
. (#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