Skip to content

Releases: jestjs/jest

0.5.0

16 Aug 10:37
Compare
Choose a tag to compare
  • Added --noStackTrace option to disable stack traces.
  • Jest now only works with iojs v2 and up. If you are still using node we recommend upgrading to iojs or keep using jest 0.4.0.
  • Upgraded to jsdom 6.1.0 and removed all the custom jsdom overwrites.