Skip to content

Commit eccbfa8

Browse files
committed
fixup! build: add option for running all component tests
Change to shorthand which will be supported soon
1 parent d542d71 commit eccbfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-component-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if (!components.length) {
7878
'flag in order to run tests for all components.'));
7979
console.info(chalk.yellow('Below are a few examples of how the script can be run:'));
8080
console.info(chalk.yellow(` - yarn test --all`));
81-
console.info(chalk.yellow(` - yarn test src/cdk/overlay src/material/stepper`));
81+
console.info(chalk.yellow(` - yarn test cdk/overlay material/stepper`));
8282
console.info(chalk.yellow(` - yarn test button toolbar`));
8383
process.exit(1);
8484
}

0 commit comments

Comments
 (0)