X Tutup
Skip to content

fix(testing): remove test zone for now and rely on returned promises#6601

Closed
juliemr wants to merge 1 commit intoangular:masterfrom
juliemr:fix-6359
Closed

fix(testing): remove test zone for now and rely on returned promises#6601
juliemr wants to merge 1 commit intoangular:masterfrom
juliemr:fix-6359

Conversation

@juliemr
Copy link
Copy Markdown
Member

@juliemr juliemr commented Jan 21, 2016

Adds tests for public Dart and TS frameworks to make sure that
components with templateUrl can be created by the TestComponentBuilder.

Closes #6359

Adds tests for public Dart and TS frameworks to make sure that
components with templateUrl can be created by the TestComponentBuilder.

Closes angular#6359
@juliemr juliemr added area: testing Issues related to Angular testing features, such as TestBed hotlist: example tests labels Jan 21, 2016
@juliemr juliemr added the action: review The PR is still awaiting reviews from at least one requested reviewer label Jan 21, 2016
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems wrong, why should we be done() here? The promise may not have resolved yet.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

never mind, not used to the github collapsed lines view...

@alexeagle alexeagle added pr_state: LGTM and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Jan 21, 2016
@alexeagle alexeagle removed their assignment Jan 21, 2016
@juliemr juliemr added the action: merge The PR is ready for merge by the caretaker label Jan 21, 2016
@juliemr
Copy link
Copy Markdown
Member Author

juliemr commented Jan 21, 2016

Thanks!

@mary-poppins
Copy link
Copy Markdown

Merging PR #6601 on behalf of @rkirov to branch presubmit-rkirov-pr-6601.

@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: testing Issues related to Angular testing features, such as TestBed cla: yes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Components with templateUrl can mess up injectAsync automatic async tracking

5 participants

X Tutup