feat(jest-runtime): expose isEnvironmentTornDown variable by jomendez · Pull Request #13741 · jestjs/jest (original) (raw)
added 5 commits
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
pepe and others added 3 commits
function, removed the word flag
Co-authored-by: Tom Mrazauskas tom@mrazauskas.de
This was referenced
Jan 24, 2023
github-actions Bot locked as resolved and limited conversation to collaborators
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 }})