Skip to content
This repository was archived by the owner on Oct 22, 2022. It is now read-only.

2.0.0: Update dependencies, add HTML parser and change the special paths format

Choose a tag to compare

@homer0 homer0 released this 12 Jun 10:38
· 81 commits to master since this release

Breaking changes:

  1. The Node version has been upgraded to v6.10, so has the preset for Babel.
  2. Updated jest-cli to v20.0.4, so your Jest configuration should be updated to that version too.
  3. There's no more html stub, it now parses the .html files from inside the Jest-Ex transform so it can be used as a module.
  4. The Jest-Ex special paths format are not longer [from-root]:some/file/path, they are now /[from-root]/some/file/path. They need to start with / to indicate that you are pointing to the root directory.