4.1.1
Fixes assert.becomes and assert.doesNotBecome to pass through the third message parameter. That is,
assert.becomes(Promise.resolve({ foo: "bar" }), { foo: "bar" }, "should become foobar-ish");will now work. (@martletandco)
Fixes assert.becomes and assert.doesNotBecome to pass through the third message parameter. That is,
assert.becomes(Promise.resolve({ foo: "bar" }), { foo: "bar" }, "should become foobar-ish");will now work. (@martletandco)