MCPcopy Create free account
hub / github.com/porsager/postgres / ot

Function ot

deno/tests/test.js:15–15  ·  view source on GitHub ↗
(...rest)

Source from the content-addressed store, hash-verified

13
14export const nt = () => ignored++
15export const ot = (...rest) => (only = true, test(true, ...rest))
16export const t = (...rest) => test(false, ...rest)
17t.timeout = 5
18

Callers

nothing calls this directly

Calls 1

testFunction · 0.70

Tested by

no test coverage detected