@shelf/jest-mongodb
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "@shelf/jest-mongodb", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"private": false, | ||
@@ -52,3 +52,3 @@ "description": "Run your tests using Jest & MongoDB in Memory server", | ||
"@shelf/prettier-config": "0.0.7", | ||
"eslint": "7.16.0", | ||
"eslint": "7.24.0", | ||
"husky": "4.3.8", | ||
@@ -58,3 +58,3 @@ "jest": "26.4.2", | ||
"mongodb": "3.6.2", | ||
"prettier": "2.2.1" | ||
"prettier": "2.3.0" | ||
}, | ||
@@ -61,0 +61,0 @@ "peerDependencies": { |
@@ -19,3 +19,3 @@ const fs = require('fs'); | ||
const mongoConfig = { | ||
mongoUri: await mongod.getConnectionString(), | ||
mongoUri: await mongod.getUri(), | ||
mongoDBName: options.instance.dbName | ||
@@ -22,0 +22,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11610