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

Function describeIf

tests/isbn-v1.test.js:49–49  ·  view source on GitHub ↗
(condition)

Source from the content-addressed store, hash-verified

47
48// Conditionally skip based on actual service availability
49const describeIf = (condition) => (condition ? describe.skip : describe);
50
51describe('api/isbn/v1 (E2E)', () => {
52 let requestUrl = '';

Callers 1

isbn-v1.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected