Skip to content

Commit 258cde5

Browse files
alan-agius4dgp1130
authored andcommitted
test: convert e2e_runner ignore to array
Previously, the ignore was as a string, but this breaks with the last `fast-glob` update. See: https://app.circleci.com/pipelines/github/angular/angular-cli/31919/workflows/7d68deac-000e-46ef-80f8-4dc259ef61fa/jobs/428958 (cherry picked from commit b453411)
1 parent 7016cee commit 258cde5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/legacy-cli/e2e_runner.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ const argv = yargsParser(process.argv.slice(2), {
5151
'verbose',
5252
'yarn',
5353
],
54-
string: ['devkit', 'glob', 'ignore', 'reuse', 'ng-tag', 'tmpdir', 'ng-version'],
54+
string: ['devkit', 'glob', 'reuse', 'ng-tag', 'tmpdir', 'ng-version'],
5555
number: ['nb-shards', 'shard'],
56-
array: ['package'],
56+
array: ['package', 'ignore'],
5757
configuration: {
5858
'camel-case-expansion': false,
5959
'dot-notation': false,

0 commit comments

Comments
 (0)