-
Notifications
You must be signed in to change notification settings - Fork 12k
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
add async method in Jasmine Tests #4775
Conversation
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.
Can you also change the usage of .compileComponents
in these files?
- https://github.com/angular/angular-cli/blob/master/tests/e2e/tests/build/assets.ts#L89
- https://github.com/angular/angular-cli/blob/master/tests/e2e/tests/test/test-scripts.ts#L34
Please change it to match the changes you already have (add async
, chain .compileComponents
)
…nts is asynchronous
@filipesilva done |
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.
@wKoza looks good, just waiting for the CI.
Thanks for updating these!
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. |
Add async method if we use compileComponents() because compileComponents is asynchronous
PR #4774