mongodb-memory-server-core
Advanced tools
Comparing version 6.9.0 to 6.9.1
@@ -184,2 +184,20 @@ "use strict"; | ||
}); }); | ||
it('4.0.14 (win32)', function () { return __awaiter(void 0, void 0, void 0, function () { | ||
var du, _a; | ||
return __generator(this, function (_b) { | ||
switch (_b.label) { | ||
case 0: | ||
du = new MongoBinaryDownloadUrl_1.default({ | ||
platform: 'win32', | ||
arch: 'x64', | ||
version: '4.0.14', | ||
}); | ||
_a = expect; | ||
return [4 /*yield*/, du.getDownloadUrl()]; | ||
case 1: | ||
_a.apply(void 0, [_b.sent()]).toBe('https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.14.zip'); | ||
return [2 /*return*/]; | ||
} | ||
}); | ||
}); }); | ||
it('4.2 (win32)', function () { return __awaiter(void 0, void 0, void 0, function () { | ||
@@ -186,0 +204,0 @@ var du, _a; |
@@ -140,3 +140,3 @@ "use strict"; | ||
} | ||
else if (semver.lt(this.version, '4.0.0')) { | ||
else if (semver.lt(this.version, '4.1.0')) { | ||
name += '-2008plus-ssl'; | ||
@@ -143,0 +143,0 @@ } |
{ | ||
"name": "mongodb-memory-server-core", | ||
"version": "6.9.0", | ||
"version": "6.9.1", | ||
"description": "MongoDB Server for testing (core package, without autodownload). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
Sorry, the diff of this file is not supported yet
371166
5629