diff --git a/types/mongodb-memory-server/mongodb-memory-server-tests.ts b/types/mongodb-memory-server/mongodb-memory-server-tests.ts index 62abb2651b..4bb869011e 100644 --- a/types/mongodb-memory-server/mongodb-memory-server-tests.ts +++ b/types/mongodb-memory-server/mongodb-memory-server-tests.ts @@ -11,5 +11,5 @@ async function simpleServerStart() { // you may stop mongod manually mongod.stop(); - // or it will be stopped automatically when you exit from script + // or it will be stopped automatically when you exit from script. }