Skip to content

Commit e8470ed

Browse files
committed
test: renove npm/node version from step 300
These will be displayed in `ng version`.
1 parent 6d7ecb8 commit e8470ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ng, node, npm } from '../utils/process';
1+
import { ng } from '../utils/process';
22

33
export default async function () {
44
console.log('Environment:');
@@ -13,7 +13,5 @@ export default async function () {
1313
console.log(` ${envName}: ${process.env[envName]!.replace(/[\n\r]+/g, '\n ')}`);
1414
});
1515

16-
await node('--version');
17-
await npm('--version');
1816
await ng('version');
1917
}

0 commit comments

Comments
 (0)