Skip to content

Commit

Permalink
test: fix missing audit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Aug 29, 2023
1 parent de6c0ae commit 9dc4c56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/before.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ require("module-alias/register");
const mongoose = require("mongoose");
const { MongoMemoryServer } = require("mongodb-memory-server");
const {getLogger} = require("log4js");
require("../models/mongodb/models/auditMessage");
require("../models/DICOM/dcm4che/java-instance");

before(async() => {
getLogger().level = "off";
Expand Down

0 comments on commit 9dc4c56

Please sign in to comment.