Skip to content

2.0.1

Compare
Choose a tag to compare
@csnover csnover released this 06 Jul 00:33
· 1061 commits to master since this release

Release overview

  • Leadfoot updated to 1.0.1
  • Istanbul updated to 0.2.16

Bug fixes

  • The pollUntil promise helper in Leadfoot did not call setExecuteAsyncTimeout, which caused polling to time out before it was supposed to. (theintern/leadfoot#1)
  • Istanbul’s vm hook did not account for the filename argument being optional, which caused tunnel downloads that used tarballs to fail since the decompress code used vm without a filename. (gotwarlost/istanbul#215)

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