Add missing mock method after @types/vscode upgrade
This commit is contained in:
@@ -272,6 +272,13 @@ describe("helpers", () => {
|
|||||||
class MockEnvironmentVariableCollection
|
class MockEnvironmentVariableCollection
|
||||||
implements EnvironmentVariableCollection
|
implements EnvironmentVariableCollection
|
||||||
{
|
{
|
||||||
|
[Symbol.iterator](): Iterator<
|
||||||
|
[variable: string, mutator: EnvironmentVariableMutator],
|
||||||
|
any,
|
||||||
|
undefined
|
||||||
|
> {
|
||||||
|
throw new Error("Method not implemented.");
|
||||||
|
}
|
||||||
persistent = false;
|
persistent = false;
|
||||||
replace(_variable: string, _value: string): void {
|
replace(_variable: string, _value: string): void {
|
||||||
throw new Error("Method not implemented.");
|
throw new Error("Method not implemented.");
|
||||||
|
|||||||
Reference in New Issue
Block a user