Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update babel getter to work with babel-jest@24
babel-jest@24 will also use loadPartialConfig to be able to mix its own options into the config in an API-conforming manner. However, loadPartialConfig will throw an assertion error if the config has not only been loaded, but also had its plugins instantiatied. loadOptions() does the whole thing, including instantiating the plugins, so it can't be used for multiple config loading passes, only the final pass.
- Loading branch information