mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Fix terminal integration test
This commit is contained in:
@@ -858,9 +858,9 @@ import { assertNoRpc, poll } from '../utils';
|
||||
const entries: [string, EnvironmentVariableMutator][] = [];
|
||||
collection.forEach((v, m) => entries.push([v, m]));
|
||||
deepStrictEqual(entries, [
|
||||
['A', { value: '~a2~', type: EnvironmentVariableMutatorType.Replace }],
|
||||
['B', { value: '~b2~', type: EnvironmentVariableMutatorType.Append }],
|
||||
['C', { value: '~c2~', type: EnvironmentVariableMutatorType.Prepend }]
|
||||
['A', { value: '~a2~', type: EnvironmentVariableMutatorType.Replace, scope: undefined, variable: 'A' }],
|
||||
['B', { value: '~b2~', type: EnvironmentVariableMutatorType.Append, scope: undefined, variable: 'B' }],
|
||||
['C', { value: '~c2~', type: EnvironmentVariableMutatorType.Prepend, scope: undefined, variable: 'C' }]
|
||||
]);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user