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
Breaking changes:
- The Node version has been upgraded to
v6.10, so has the preset for Babel. - Updated
jest-clitov20.0.4, so your Jest configuration should be updated to that version too. - There's no more
htmlstub, it now parses the.htmlfiles from inside the Jest-Ex transform so it can be used as a module. - 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.