removed env variable from services tests

This commit is contained in:
Carlos Jimenez 2018-02-01 15:00:42 +01:00
parent 81c234f26f
commit f434de30c3
2 changed files with 2122 additions and 2088 deletions

4208
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,3 @@
process.env.NODE_ENV = 'test';
process.on('warning', warning => {
console.log(warning.name);
console.log(warning.message);