fix(tests): remove duplicate assertion in schema coercion & fix(cli): ignore system vars in env check

This commit is contained in:
diegosouzapw
2026-05-23 21:50:45 -03:00
parent 39e8c9105e
commit 9c94be6597
2 changed files with 21 additions and 39 deletions

View File

@@ -39,6 +39,8 @@ const IGNORE_FROM_CODE = new Set([
"PATH",
"HOME",
"USER",
"LOGNAME",
"XDG_CURRENT_DESKTOP",
"PWD",
"SHELL",
"TERM",