Skip to content

2.2.2

Compare
Choose a tag to compare
@csnover csnover released this 06 Dec 08:43
· 1012 commits to master since this release

Release overview

  • Bug fixes

Bug fixes

  • The Geezer edition of Intern contained a bug in its implementation of Test and Suite objects for legacy browsers where the /test/new and /suite/new topics were being published before the objects were fully constructed. This error was exposed when the testing lifecycle was changed to load reporters before test modules. The incorrect translation has been fixed. (#316)

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