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

Function expectOnExplain

test/integration/crud/explain.test.ts:267–272  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

265 });
266
267 function expectOnExplain(value: number) {
268 return function () {
269 const [{ command }] = commands;
270 expect(command).to.have.property('maxTimeMS', value);
271 };
272 }
273
274 function expectNotOnExplain() {
275 return function () {

Callers 1

explain.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected