You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are logging the object {foo: "bar"} without expect it. You should assert it with await pinoTest.once(stream, { msg: "hello world", level: 30, foo: "bar" }).
I don't understand why this won't pass.
shouldn't they have the same msg?
The text was updated successfully, but these errors were encountered: