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

Method expectEvents

test/tools/unified_suite_builder.ts:42–45  ·  view source on GitHub ↗
(event: ExpectedEventsForClient)

Source from the content-addressed store, hash-verified

40 }
41
42 expectEvents(event: ExpectedEventsForClient): this {
43 this._expectEvents.push(event);
44 return this;
45 }
46
47 toJSON(): Test {
48 const test: Test = {

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected