From 6d006a150b56e8f94ee0473609e47befbbc8251f Mon Sep 17 00:00:00 2001 From: "d.rogozhny@gmail.com" Date: Wed, 27 Jun 2018 23:32:16 +0300 Subject: [PATCH] Trigger travis-ci build --- types/mongodb-memory-server/mongodb-memory-server-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/mongodb-memory-server/mongodb-memory-server-tests.ts b/types/mongodb-memory-server/mongodb-memory-server-tests.ts index 4bb869011e..62abb2651b 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 }