MCPcopy
hub / github.com/jestjs/jest / isJestJasmineRun

Function isJestJasmineRun

packages/test-utils/src/ConditionalTest.ts:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12import {describe, test} from '@jest/globals';
13
14export function isJestJasmineRun(): boolean {
15 return process.env.JEST_JASMINE === '1';
16}
17
18export function skipSuiteOnJasmine(): void {
19 if (isJestJasmineRun()) {

Calls

no outgoing calls

Tested by

no test coverage detected