Skip to content

Commit ba2a23b

Browse files
committed
WIP
1 parent e243e07 commit ba2a23b

File tree

1 file changed

+1
-0
lines changed
  • tests/legacy-cli/e2e/tests/commands/add

1 file changed

+1
-0
lines changed

tests/legacy-cli/e2e/tests/commands/add/add.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { expectFileToExist, expectFileToMatch, rimraf } from '../../../utils/fs'
22
import { ng } from '../../../utils/process';
33

44
export default async function () {
5+
process.env['NG_DEBUG'] = '1';
56
await ng('add', '@angular-devkit-tests/ng-add-simple', '--skip-confirmation');
67
await expectFileToMatch('package.json', /@angular-devkit-tests\/ng-add-simple/);
78
await expectFileToExist('ng-add-test');

0 commit comments

Comments
 (0)