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

feat(jest-runtime): expose isEnvironmentTornDown variable #13741

Merged
merged 11 commits into from Jan 15, 2023

Commits on Dec 28, 2022

  1. feat(jest-runtime): expose isTornDown variable

    This commit adds a new feature to the Jest runtime package that exposes
    the `isTornDown` variable as a way to check if the Jest environment has
    been torn down programmatically. The `isTornDown` variable is a
    read-only boolean that is set to `true` when the environment is torn
    down and `false` otherwise.
    
    The commit also adds documentation for the `isTornDown` variable to the
    Jest runtime module.
    
    Closes jestjs#13640
    pepe authored and pepe committed Dec 28, 2022
    Copy the full SHA
    805534e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. feat(jest-runtime): expose isTornDown variable

    This commit adds a new feature to the Jest runtime package that exposes
    the `isTornDown` variable as a way to check if the Jest environment has
    been torn down programmatically. The `isTornDown` variable is a
    read-only boolean that is set to `true` when the environment is torn
    down and `false` otherwise.
    
    The commit also adds documentation for the `isTornDown` variable to the
    Jest runtime module.
    
    Closes jestjs#13640
    pepe authored and pepe committed Jan 7, 2023
    Copy the full SHA
    253d93d View commit details
    Browse the repository at this point in the history
  2. Merge branch '13640-expose-isTornDown' of https://github.com/jomendez…

    …/jest into 13640-expose-isTornDown
    
    # Conflicts:
    #	packages/jest-environment/src/index.ts
    pepe authored and pepe committed Jan 7, 2023
    Copy the full SHA
    4183718 View commit details
    Browse the repository at this point in the history
  3. Merge branch '13640-expose-isTornDown' of https://github.com/jomendez…

    …/jest into 13640-expose-isTornDown
    
    # Conflicts:
    #	packages/jest-environment/src/index.ts
    pepe authored and pepe committed Jan 7, 2023
    Copy the full SHA
    fdf989f View commit details
    Browse the repository at this point in the history
  4. added a new feature to the Jest runtime package that exposes the isEn…

    …vironmentTornDown variable as a way to check if the Jest environment has been torndown
    pepe authored and pepe committed Jan 7, 2023
    Copy the full SHA
    d364e0e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Merge branch 'main' into 13640-expose-isTornDown

    pepe authored and pepe committed Jan 9, 2023
    Copy the full SHA
    0395bcd View commit details
    Browse the repository at this point in the history
  2. added type test, updated CHANGELOG.md, updated the description of the

    function, removed the word flag
    pepe authored and pepe committed Jan 9, 2023
    Copy the full SHA
    5bd9de0 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    SimenB committed Jan 9, 2023
    Copy the full SHA
    c27fb5f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Update packages/jest-types/__typetests__/jest.test.ts

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    SimenB and mrazauskas committed Jan 15, 2023
    Copy the full SHA
    6883bcc View commit details
    Browse the repository at this point in the history
  2. remove extraneous test

    SimenB committed Jan 15, 2023
    Copy the full SHA
    de6ade0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ba2bf23 View commit details
    Browse the repository at this point in the history