Skip to content

Commit

Permalink
refactor: remove meaningless expression
Browse files Browse the repository at this point in the history
  • Loading branch information
blurfx committed Oct 12, 2023
1 parent 55d4da6 commit d882c24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/vitest/env/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export default <Environment>{
});

AllowedKeys.forEach((key) => {
delete global[key];
global[key] = originals.get(key);
});

Expand Down

0 comments on commit d882c24

Please sign in to comment.