mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-18 07:40:23 +02:00
Feat/import translation for deprecated pm import (#3388)
* feat: add translation for pm `tests[]` * feat: add bru.deleteEnvVar function and update translations --------- Co-authored-by: Pragadesh-45 <temporary7904@gmail.com>
This commit is contained in:
@@ -65,6 +65,10 @@ class Bru {
|
||||
this.envVariables[key] = value;
|
||||
}
|
||||
|
||||
deleteEnvVar(key) {
|
||||
delete this.envVariables[key];
|
||||
}
|
||||
|
||||
getGlobalEnvVar(key) {
|
||||
return this._interpolate(this.globalEnvironmentVariables[key]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user