MCPcopy
hub / github.com/mongodb/node-mongodb-native / it

Method it

test/tools/unified_suite_builder.ts:20–22  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

18 private _outcome?: CollectionData[] = [];
19
20 static it(title: string) {
21 return new TestBuilder(title);
22 }
23
24 constructor(description: string) {
25 this._description = description;

Callers 3

metadata_ui.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected