Delete LOG4JS_CONFIG environment variable after test has finished.
This commit is contained in:
parent
ad63b801f7
commit
bdfa7f9a9b
@ -120,7 +120,7 @@ vows.describe('log4js configure').addBatch({
|
|||||||
'fs': fakeFS,
|
'fs': fakeFS,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
delete process.env.LOG4JS_CONFIG;
|
||||||
return fileRead;
|
return fileRead;
|
||||||
},
|
},
|
||||||
'should load the specified local configuration file' : function(fileRead) {
|
'should load the specified local configuration file' : function(fileRead) {
|
||||||
|
Loading…
Reference in New Issue
Block a user