Skip to content

Commit 389adf8

Browse files
committed
test: log node+git locations
1 parent 84089d0 commit 389adf8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/legacy-cli/e2e/initialize/300-log-environment.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export default async function () {
1313
console.log(` ${envName}: ${process.env[envName]!.replace(/[\n\r]+/g, '\n ')}`);
1414
});
1515

16-
await exec('which', 'ng', 'yarn', 'npm');
16+
// Log the locatiosn of CLI commands used throughout tests.
17+
await exec('which', 'git', 'ng', 'yarn', 'npm');
18+
1719
await ng('version');
1820
}

0 commit comments

Comments
 (0)