MCPcopy 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
155export async function assertMinimumItOptions(
156 cb: (fn: Spy) => void,
157) {
158 await assertItOptions({ ignore: true }, cb);
159}

Callers 1

Calls 1

assertItOptionsFunction · 0.85

Tested by

no test coverage detected