You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: minor improvements to testing script (#18363)
* Currently the test script doesn't support doing something like `yarn test material/stepper`, instead we have to pass in `src/material/stepper` explicitly. These changes make it so that we don't have to pass in `src`, because it's easy to forget.
* Makes it so we exit the process, rather than throw an error when a target isn't found. This makes it easier to locate the error message since there won't be a large stack trace moving it up.
0 commit comments