We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b169e58 commit e2c9355Copy full SHA for e2c9355
tests/legacy-cli/e2e_runner.ts
@@ -33,7 +33,7 @@ Error.stackTraceLimit = Infinity;
33
* passed in.
34
* --shard Index of this processes' shard.
35
* --tmpdir=path Override temporary directory to use for new projects.
36
- * --yarn Use yarn instead of npm package manager
+ * --yarn Use yarn as package manager.
37
* If unnamed flags are passed in, the list of tests will be filtered to include only those passed.
38
*/
39
const argv = yargsParser(process.argv.slice(2), {
0 commit comments