diff --git a/test/configuration.spec.ts b/test/configuration.spec.ts index 4a78508e..aeb64e83 100644 --- a/test/configuration.spec.ts +++ b/test/configuration.spec.ts @@ -18,6 +18,7 @@ describe("ConfigurationService", () => { beforeEach(() => { envBackup = Object.assign({}, process.env); + process.env = {}; }); afterEach(() => {