-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(dialog): move test harness out of experimental #17104
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
Conversation
7c449c0
to
f1a874d
Compare
@@ -112,6 +112,8 @@ System.config({ | |||
'@angular/material/core': 'dist/packages/material/core/index.js', | |||
'@angular/material/datepicker': 'dist/packages/material/datepicker/index.js', | |||
'@angular/material/dialog': 'dist/packages/material/dialog/index.js', | |||
'@angular/material/dialog/testing': 'dist/packages/material/dialog/testing/index.js', | |||
'@angular/material/dialog/testing/shared.spec': 'dist/packages/material/dialog/testing/shared.spec.js', |
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.
Isn't it a little weird to import one test file into another? Instead we could do like we did for the component tests and copy them over. Compared to the component tests, the harness ones are fairly simple.
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.
For the components tests, there is a slight amount of variance between implementations. For these tests, though, we super want them to be exactly the same because it's part of our migration strategy (get people to use the harnesses, and then change the underlying implementation).
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
f1a874d
to
64e2f80
Compare
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. |
No description provided.