Skip to content

2.1.1

Compare
Choose a tag to compare
@csnover csnover released this 25 Sep 00:25
· 1039 commits to master since this release

Release overview

  • Bug fixes

Bug fixes

  • The functionalSuites command-line override now works properly when overridden with a single value. (#272)
  • The suites and functionalSuites command-line overrides now work properly when specifying an empty value. (#268, #269)
  • ClientSuite is no longer added to a test run when the suites argument has been overridden to run no unit tests. (#270)
  • The combined reporter no longer reports invalid download progress. (#265)
  • Additional bug fixes from Leadfoot 1.1.1

Install from npm

Regular edition
cd /my/project/root
npm install intern --save-dev
or Geezer edition
cd /my/project/root
npm install intern-geezer --save-dev

Download source