Skip to content

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Nov 19, 2021

No description provided.

Comment on lines +68 to +71
* import { getDebugInfo } from '@ember/test-helpers';
*
* // ...snip...
* getDebugInfo().toConsole();
Copy link
Contributor

@scalvert scalvert Dec 17, 2021

Choose a reason for hiding this comment

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

I don't think this is quite right. Calling getDebugInfo returns the inner debug info from backburner's getDebugInfo.

The TestDebugInfo class has the toConsole method on it, which is what getSettledState returns in its result. That's different than this.

Copy link
Contributor

@MelSumner MelSumner left a comment

Choose a reason for hiding this comment

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

Also needs to be updated to reflect the current placement of the file.

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.

3 participants