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

Function describeIf

tests/ibge-uf-v1.test.js:43–43  ·  view source on GitHub ↗
(condition)

Source from the content-addressed store, hash-verified

41
42// Conditionally skip based on actual service availability
43const describeIf = (condition) => (condition ? describe.skip : describe);
44
45describeIf(shouldSkipTests)('/ibge/uf/v1 (E2E)', () => {
46 test('Utilizando um Codigo válido: 22', async () => {

Callers 1

ibge-uf-v1.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected