Skip to content

Commit

Permalink
chore: add debug uri logging
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Aug 13, 2022
1 parent 63482e5 commit c82a850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ module.exports = function(options) {
delete options.noErrorListener;
options.enableUtf8Validation = false;

console.log('DEBUG TEST', uri, process.env.MONGOOSE_TEST_URI);
const conn = mongoose.createConnection(uri, options);

const model = conn.model;
Expand Down

0 comments on commit c82a850

Please sign in to comment.