We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a009693 commit 3d430c1Copy full SHA for 3d430c1
packages/mongodb-memory-server-core/src/MongoMemoryServer.ts
@@ -623,9 +623,9 @@ export class MongoMemoryServer extends EventEmitter {
623
);
624
}
625
626
- log('ensureInstance: no running instance, calling `start()` command');
+ log('ensureInstance: no running instance, calling "start()" command');
627
await this.start();
628
- log('ensureInstance: `start()` command was succesfully resolved');
+ log('ensureInstance: "start()" command was succesfully resolved');
629
630
// check again for 1. Typescript-type reasons and 2. if .start failed to throw an error
631
if (!this._instanceInfo) {
0 commit comments