feat(jest-runtime): expose isEnvironmentTornDown variable by jomendez · Pull Request #13741 · jestjs/jest (original) (raw)

added 5 commits

December 27, 2022 19:52

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

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

…/jest into 13640-expose-isTornDown

Conflicts:

packages/jest-environment/src/index.ts

…/jest into 13640-expose-isTornDown

Conflicts:

packages/jest-environment/src/index.ts

…vironmentTornDown variable as a way to check if the Jest environment has been torndown

mrazauskas

pepe and others added 3 commits

January 8, 2023 23:35

function, removed the word flag

@SimenB

mrazauskas

@SimenB @mrazauskas

Co-authored-by: Tom Mrazauskas tom@mrazauskas.de

@SimenB

@SimenB

This was referenced

Jan 24, 2023

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators

Feb 15, 2023

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})