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

Method constructor

testing/_test_helpers.ts:19–26  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

17 };
18
19 constructor(name: string) {
20 this.name = name;
21 this.origin = "origin";
22 this.spies = {
23 step: spy(this, "step"),
24 };
25 this.steps = [];
26 }
27
28 async step(t: Deno.TestStepDefinition): Promise<boolean>;
29 async step(

Callers

nothing calls this directly

Calls 1

spyFunction · 0.90

Tested by

no test coverage detected