Skip to content

Commit

Permalink
test: fix missing module alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Jun 15, 2023
1 parent 1d8f7bb commit 2affdd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/before.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require("module-alias/register");
const mongoose = require("mongoose");
const { MongoMemoryServer } = require("mongodb-memory-server");
const {getLogger} = require("log4js");
Expand Down

0 comments on commit 2affdd5

Please sign in to comment.