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 d542d71 commit eccbfa8Copy full SHA for eccbfa8
scripts/run-component-tests.js
@@ -78,7 +78,7 @@ if (!components.length) {
78
'flag in order to run tests for all components.'));
79
console.info(chalk.yellow('Below are a few examples of how the script can be run:'));
80
console.info(chalk.yellow(` - yarn test --all`));
81
- console.info(chalk.yellow(` - yarn test src/cdk/overlay src/material/stepper`));
+ console.info(chalk.yellow(` - yarn test cdk/overlay material/stepper`));
82
console.info(chalk.yellow(` - yarn test button toolbar`));
83
process.exit(1);
84
}
0 commit comments