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 84089d0 commit 389adf8Copy full SHA for 389adf8
1 file changed
tests/legacy-cli/e2e/initialize/300-log-environment.ts
@@ -13,6 +13,8 @@ export default async function () {
13
console.log(` ${envName}: ${process.env[envName]!.replace(/[\n\r]+/g, '\n ')}`);
14
});
15
16
- await exec('which', 'ng', 'yarn', 'npm');
+ // Log the locatiosn of CLI commands used throughout tests.
17
+ await exec('which', 'git', 'ng', 'yarn', 'npm');
18
+
19
await ng('version');
20
}
0 commit comments