-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: better sharing of material test utilities #13885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: better sharing of material test utilities #13885
Conversation
cbe3a5f
to
e375f39
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Caretaker note: please update the copy config to omit the new testing directory for Google. Also, in the unlikely event that someone in Google depends on these month symbols, copy them into the offending application code.
803a8b4
to
bb9ab21
Compare
@jelbourn Re-added the constants in favor of backwards compatibility. Please have another look. |
bb9ab21
to
7485275
Compare
Hi @devversion! This PR has merge conflicts due to recent upstream merges. |
7485275
to
ca1a099
Compare
b497df3
to
a9aa104
Compare
Sorry, can you rebase again? |
a9aa104
to
21694ca
Compare
@andrewseguin This one is rebased now. It's just red because of the API guardian tests. Those should be fixed with #14144. |
* The slide toggle tests no longer import the test gesture config from `../slider/` * The datepicker month constants from `@angular/material/core` have been moved to `lib/testing`. The old export from `core` will be kept for backwards compatibility until V8
21694ca
to
45b3b13
Compare
* The slide toggle tests no longer import the test gesture config from `../slider/` * The datepicker month constants from `@angular/material/core` have been moved to `lib/testing`. The old export from `core` will be kept for backwards compatibility until V8
* The slide toggle tests no longer import the test gesture config from `../slider/` * The datepicker month constants from `@angular/material/core` have been moved to `lib/testing`. The old export from `core` will be kept for backwards compatibility until V8
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
../slider/
@angular/material/core
have been moved tolib/testing
. The old export fromcore
will be kept for backwards compatibility until V8