Skip to content

Commit

Permalink
test: load mongodb module-alias default
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Dec 22, 2023
1 parent 89669b0 commit cb2d263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/before.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("module-alias/register");
require('module-alias')(__dirname + "/../config/modula-alias/mongodb");
const mongoose = require("mongoose");
const { MongoMemoryServer } = require("mongodb-memory-server");
const {getLogger} = require("log4js");
Expand Down

0 comments on commit cb2d263

Please sign in to comment.