Skip to content
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

Fix error message for test isolation validation #526

Merged
merged 1 commit into from
Jul 30, 2019

Conversation

scalvert
Copy link
Contributor

During the refactor that moved the test isolation validation primitives to @ember/test-helpers, the message property on the DebugInfo class was removed. We did this as that output is static, and is better moved as a static string inside test-isolation-validation.js. Unfortunately, I forgot to inline the contents of the message property into the right location, and it continued to try to access a now non-existent property. This resulted in the output adding undefined at the end of the test isolation validation output. This PR fixes that.

@rwjblue rwjblue merged commit c349ed1 into emberjs:master Jul 30, 2019
@rwjblue rwjblue changed the title bug(Test Isolation Validation): Fixing message for test isolation validation Fix error message for test isolation validation Jul 30, 2019
@rwjblue rwjblue added the bug label Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants