MCPcopy
hub / github.com/TypeStrong/ts-node / skipIf

Method skipIf

src/test/testlib.ts:124–124  ·  view source on GitHub ↗

If conditional is false, skip tests

(conditional: boolean)

Source from the content-addressed store, hash-verified

122 runIf(conditional: boolean): void;
123 /** If conditional is false, skip tests */
124 skipIf(conditional: boolean): void;
125
126 // TODO add teardownEach
127}

Callers 2

index.spec.tsFile · 0.80
repl.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected