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

Function skipSuiteOnJestCircus

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

Source from the content-addressed store, hash-verified

24}
25
26export function skipSuiteOnJestCircus(): void {
27 if (!isJestJasmineRun()) {
28 test.only('does not work on jest-circus', () => {
29 console.warn('[SKIP] Does not work on jest-circus');
30 });
31 }
32}
33
34export function testWithVmEsm(
35 ...args: Parameters<typeof test>

Calls 2

isJestJasmineRunFunction · 0.85
warnMethod · 0.45

Tested by

no test coverage detected