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

Function ot

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

testFunction · 0.70

Tested by

no test coverage detected