Skip to content

Commit

Permalink
Merge branch '13640-expose-isTornDown' of https://github.com/jomendez…
Browse files Browse the repository at this point in the history
…/jest into 13640-expose-isTornDown

# Conflicts:
#	packages/jest-environment/src/index.ts
  • Loading branch information
pepe authored and pepe committed Jan 7, 2023
2 parents 253d93d + 805534e commit 4183718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-runtime/src/index.ts
Expand Up @@ -2226,6 +2226,7 @@ export default class Runtime {
getTimerCount: () => _getFakeTimers().getTimerCount(),
isEnvironmentTornDown: () => this.isTornDown,
isMockFunction: this._moduleMocker.isMockFunction,
isTornDown: this.isTornDown,
isolateModules,
mock,
mocked,
Expand Down

0 comments on commit 4183718

Please sign in to comment.