test: Fix typos: only in tests and useless console.log()

This commit is contained in:
Pierre Vanduynslager
2017-10-29 14:37:05 -07:00
committed by Gregor Martynus
parent 65d344bae8
commit ad2e1d76b7
2 changed files with 4 additions and 5 deletions
-1
View File
@@ -36,7 +36,6 @@ test.beforeEach(async t => {
});
test.afterEach.always(async t => {
console.log();
// Restore process.env
process.env = Object.assign({}, t.context.env);
// Restore the current working directory