Skip to content

Commit

Permalink
test(core): improve configuration test stability
Browse files Browse the repository at this point in the history
  • Loading branch information
error418 committed Oct 4, 2019
1 parent e5ada05 commit 8f826c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/configuration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe("ConfigurationService", () => {

beforeEach(() => {
envBackup = Object.assign({}, process.env);
process.env = {};
});

afterEach(() => {
Expand Down

0 comments on commit 8f826c6

Please sign in to comment.