test: Fix typos: only in tests and useless console.log()
This commit is contained in:
committed by
Gregor Martynus
parent
65d344bae8
commit
ad2e1d76b7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user