Closed
Description
from Agoric/agoric-sdk#2582 (comment) ...
our tests aren't supposed to console.log. t.log
would be silent unless ava -v
were used...
t.log('expected failure', reason);
but it's not integrated with the SES console, so we get the boring...
✔ ses-ava-reject-deep-stacks › ses-ava reject console output
ℹ expected failure TypeError {
message: 'msg (a string)',
}