Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(babel): Handle ignored files in babel v7 #4393

Merged
merged 3 commits into from
Aug 31, 2017
Merged

fix(babel): Handle ignored files in babel v7 #4393

merged 3 commits into from
Aug 31, 2017

Commits on Aug 30, 2017

  1. 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.
    danez committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    39b72f0 View commit details
    Browse the repository at this point in the history
  2. style: Remove trailing spaces

    danez committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    0fc86f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Update index.js

    cpojer committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    7500fe3 View commit details
    Browse the repository at this point in the history