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

Add cwd option to fix loader + jestTransformer when using moved cache + config options #626

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 5, 2022

  1. Fix jestTransformer for moved cache + config firs

    Partially addresses piglovesyou#605 
    
    Sets a new cwd context in cases where the config file does not reside in the jest root directory. This is necessary because the config file can then give the cache location, but it will be relative to its own location (not that of the jest config)
    comp615 authored May 5, 2022
    Configuration menu
    Copy the full SHA
    4460e13 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Add test

    comp615 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    a65b96f View commit details
    Browse the repository at this point in the history
  2. retrigger checks

    comp615 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    b871894 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    62dd080 View commit details
    Browse the repository at this point in the history