Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(babel): Handle ignored files in babel v7 (#4393)
* fix(babel): Handle ignored files in babel v7 In babel v7 `babel-core.transform()` might return null if a file is ignored. This makes babel-jest not throw a TypeError in this case. * style: Remove trailing spaces * Update index.js
- Loading branch information