MCPcopy Create free account
hub / github.com/denoland/std / assertMinimumDescribeOptions

Function assertMinimumDescribeOptions

testing/_test_helpers.ts:111–115  ·  view source on GitHub ↗
(
  cb: (fn: readonly [Spy, Spy]) => void,
)

Source from the content-addressed store, hash-verified

109}
110
111export async function assertMinimumDescribeOptions(
112 cb: (fn: readonly [Spy, Spy]) => void,
113) {
114 await assertDescribeOptions({ ignore: true }, cb);
115}
116
117async function assertItOptions(
118 expectedOptions: Omit<Deno.TestDefinition, "name" | "fn">,

Callers 1

Calls 1

assertDescribeOptionsFunction · 0.85

Tested by

no test coverage detected