Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ t
Function
t
deno/tests/test.js:16–16 ·
view source on GitHub ↗
(...rest)
Source
from the content-addressed store, hash-verified
14
export
const
nt = () => ignored++
15
export
const
ot = (...rest) => (only = true, test(true, ...rest))
16
export
const
t = (...rest) => test(false, ...rest)
17
t.timeout = 5
18
19
async
function
test(o, name, options, fn) {
Callers
1
index.js
File · 0.90
Calls
1
test
Function · 0.70
Tested by
no test coverage detected