We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d613776 commit f058f5eCopy full SHA for f058f5e
src/test/common/variables/envVarsService.unit.test.ts
@@ -17,7 +17,7 @@ use(chaiAsPromised);
17
type PathVar = 'Path' | 'PATH';
18
const PATHS = getSearchPathEnvVarNames();
19
20
-suite('xEnvironment Variables Service', () => {
+suite('Environment Variables Service', () => {
21
const filename = 'x/y/z/.env';
22
const processEnvPath = getSearchPathEnvVarNames()[0];
23
let pathUtils: TypeMoq.IMock<IPathUtils>;
0 commit comments