Skip to content

Commit

Permalink
test: disable process.env to mitigate the impact of local environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Dec 13, 2024
1 parent 7e4cf59 commit 5e25c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const generateContextMethods = (
} = {}) {
return new Promise(resolve => {
const env = {
...process.env,
// ...process.env,
...{
SAFE_RM_TRASH: t.context.trash_path
},
Expand Down

0 comments on commit 5e25c04

Please sign in to comment.