DEV: Stringify settledState debug info (#24526)
So it actually shows up in CI (in a form other than `[Object object]`)
This commit is contained in:
parent
a55f924e27
commit
ec03db7199
|
@ -417,7 +417,7 @@ function patchFailedAssertion() {
|
|||
// eslint-disable-next-line no-console
|
||||
console.warn(
|
||||
"ℹ️ Hint: when the assertion failed, the Ember runloop was not in a settled state. Maybe you missed an `await` further up the test? Or maybe you need to manually add `await settled()` before your assertion?",
|
||||
getSettledState()
|
||||
JSON.stringify(getSettledState())
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue