You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use vm.Script and refactor coverage caching. (#1239)
* Use `vm.Script`.
* Rewrite basic coverage support in Jest.
* Move `vm.Script` creation and caching into `transform`.
* Copy all jest packages into example folders.
This ensures we are using the latest version of every package.
* Cache the wrapped code.
* Use babel-jest for Jest itself; update setup.
* Added a transform.js test.
* Relax jest.mock babel transform restrictions.
* Updated package.json and .npmignore for all packages.
* Make watch script resilient to deleted files.
0 commit comments