All Versions
128
Latest Version
Avg Release Cycle
9 days
Latest Release
-

Changelog History
Page 13

  • v0.6.1 Changes

    • โšก๏ธ Updated jsdom to 7.0.2.
    • ๐Ÿ‘‰ Use the current working directory as root when passing a jest config from the command line.
    • โšก๏ธ Updated the React examples and getting started guide
    • Modules now receive a module.parent field so unmocked modules don't assume they are run directly any longer.
  • v0.6.0 Changes

    • โœ… jest now reports the number of tests that were run instead of the number of test files.
    • โž• Added a --json option to print test results as JSON.
    • ๐Ÿ”„ Changed the preprocessor API. A preprocessor now receives the script, file and config. The cache key function receives the script, file and stringified config to be able to create consistent hashes.
    • โœ‚ Removed node-worker-pool in favor of node-worker-farm (#540).
    • โœ… toEqual now also checks the internal class name of an object. This fixes invalid tests like expect([]).toEqual({}) which were previously passing.
    • โž• Added the option to provide map modules to stub modules by providing the moduleNameMapper config option.
    • ๐Ÿ‘ Allow to specify a custom testRunner in the configuration (#531).
    • โž• Added a --no-cache option to make it easier to debug preprocessor scripts.
    • ๐Ÿ›  Fix code coverage on windows (#499).
  • v0.5.6 Changes

    • ๐ŸŽ Cache test run performance and run slowest tests first to maximize worker utilization
    • โšก๏ธ Update to jsdom 6.5.0
  • v0.5.5 Changes

    • ๐Ÿ‘Œ Improve failure stack traces.
    • ๐Ÿ›  Fix syntax error reporting.
    • โž• Add --watch option (#472).
  • v0.5.2 Changes

    • ๐Ÿ›  Fixed a bug with syntax errors in test files (#487).
    • ๐Ÿ›  Fixed chmod error for preprocess-cache (#491).
    • ๐Ÿ‘Œ Support for the upcoming node 4.0 release (#490, #489).
  • v0.5.1 Changes

    • โฌ†๏ธ Upgraded node-worker-pool to 3.0.0, use the native Promise implementation.
    • โœ… testURL can be used to set the location of the jsdom environment.
    • โšก๏ธ Updated all of jest's dependencies, now using jsdom 6.3.
    • jest now uses the native Promise implementation.
    • ๐Ÿ›  Fixed a bug when passed an empty testPathIgnorePatterns.
    • ๐Ÿšš Moved preprocessor cache into the haste cache directory.
  • v0.5.0 Changes

    • โž• 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.
  • v0.4.0 Changes

    • ๐Ÿ‘€ See commit history for changes in previous versions of jest.