Skip to content

4.1.1

Compare
Choose a tag to compare
@domenic domenic released this 01 Mar 01:16
· 77 commits to master since this release

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)