MCPcopy Create free account
hub / github.com/BrasilAPI/BrasilAPI / describeIf

Function describeIf

tests/cpetc/ondas-v1.test.js:41–41  ·  view source on GitHub ↗
(condition)

Source from the content-addressed store, hash-verified

39
40// Conditionally skip based on actual service availability
41const describeIf = (condition) => (condition ? describe.skip : describe);
42
43describeIf(shouldSkipTests)('ondas prediction v1 (E2E)', () => {
44 describe('Route WITHOUT number of days for ondas', () => {

Callers 1

ondas-v1.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected