Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ assertMinimumItOptions
Function
assertMinimumItOptions
testing/_test_helpers.ts:155–159 ·
view source on GitHub ↗
( cb: (fn: Spy) => void, )
Source
from the content-addressed store, hash-verified
153
}
154
155
export
async
function
assertMinimumItOptions(
156
cb: (fn: Spy) => void,
157
) {
158
await
assertItOptions({ ignore: true }, cb);
159
}
Callers
1
unstable_bdd_test.ts
File · 0.90
Calls
1
assertItOptions
Function · 0.85
Tested by
no test coverage detected