logging service tests

This commit is contained in:
iPromKnight
2024-02-08 13:40:53 +00:00
committed by iPromKnight
parent 9401b6f8f1
commit 2b1bb5fb16
2 changed files with 47 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
import "reflect-metadata"; // required
describe('Configuration Tests', () => {
let configurationService;
beforeAll(async () => {