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

Include createTransformer options in babel-jest's getCacheKey() #6699

Merged
merged 1 commit into from
Jul 16, 2018
Merged

Include createTransformer options in babel-jest's getCacheKey() #6699

merged 1 commit into from
Jul 16, 2018

Commits on Jul 15, 2018

  1. Include createTransformer options in babel-jest's getCacheKey()

    Previously the options passed to `createTransformer()` were not
    taken into account when generating the cache key, causing incorrect
    cache hits when the options had changed.
    
    Fixes #6698.
    edmorley committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    1dff37d View commit details
    Browse the repository at this point in the history