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
`Expected ${inspect(prettifyTransaction(subj))} NOT to match pattern ${inspect(cmp)}, but it does`).bind(
187
195
undefined,
@@ -191,6 +199,7 @@ export function compareTransactionForTest(subject: any, cmp: FlatTransactionComp
191
199
};
192
200
}catch(e){
193
201
if(subject.transactions!==undefined){
202
+
// eslint-disable-next-line no-console
194
203
console.warn(
195
204
'It seems that a SendMessageResult is being used for this comparison. Please make sure to pass `result.transactions` instead of just `result` into the matcher.',
0 commit comments