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 e243e07 commit ba2a23bCopy full SHA for ba2a23b
tests/legacy-cli/e2e/tests/commands/add/add.ts
@@ -2,6 +2,7 @@ import { expectFileToExist, expectFileToMatch, rimraf } from '../../../utils/fs'
2
import { ng } from '../../../utils/process';
3
4
export default async function () {
5
+ process.env['NG_DEBUG'] = '1';
6
await ng('add', '@angular-devkit-tests/ng-add-simple', '--skip-confirmation');
7
await expectFileToMatch('package.json', /@angular-devkit-tests\/ng-add-simple/);
8
await expectFileToExist('ng-add-test');
0 commit comments