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

Function describeIf

tests/cpetc/aeroporto-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)('weather airport v1 (E2E)', () => {
44 test('GET /api/cptec/v1/clima/aeroporto/:icaoCode (Código inexistente)', async () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected