Skip to content

Commit 60878b8

Browse files
committed
test: add missing yarn flag to yargs
1 parent 4461787 commit 60878b8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tests/legacy-cli/e2e_runner.ts

+10-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,16 @@ Error.stackTraceLimit = Infinity;
3838
* If unnamed flags are passed in, the list of tests will be filtered to include only those passed.
3939
*/
4040
const argv = yargsParser(process.argv.slice(2), {
41-
boolean: ['debug', 'esbuild', 'ng-snapshots', 'noglobal', 'nosilent', 'noproject', 'verbose'],
41+
boolean: [
42+
'debug',
43+
'esbuild',
44+
'ng-snapshots',
45+
'noglobal',
46+
'nosilent',
47+
'noproject',
48+
'verbose',
49+
'yarn',
50+
],
4251
string: ['devkit', 'glob', 'ignore', 'reuse', 'ng-tag', 'tmpdir', 'ng-version'],
4352
configuration: {
4453
'dot-notation': false,

0 commit comments

Comments
 (0)