Skip to content

Commit 5e25c04

Browse files
committed
test: disable process.env to mitigate the impact of local environment
1 parent 7e4cf59 commit 5e25c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const generateContextMethods = (
6464
} = {}) {
6565
return new Promise(resolve => {
6666
const env = {
67-
...process.env,
67+
// ...process.env,
6868
...{
6969
SAFE_RM_TRASH: t.context.trash_path
7070
},

0 commit comments

Comments
 (0)