removed env variable from services tests
This commit is contained in:
parent
81c234f26f
commit
f434de30c3
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,3 @@
|
|||
process.env.NODE_ENV = 'test';
|
||||
|
||||
process.on('warning', warning => {
|
||||
console.log(warning.name);
|
||||
console.log(warning.message);
|
||||
|
|
Loading…
Reference in New Issue