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

Function expectNotOnCommand

test/integration/crud/explain.test.ts:291–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289 };
290 }
291 function expectNotOnCommand() {
292 return function () {
293 const [
294 {
295 command: { explain }
296 }
297 ] = commands;
298 expect(explain).not.to.have.property('maxTimeMS');
299 };
300 }
301 });
302
303 describe('explain with timeoutMS', function () {

Callers 1

explain.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected