Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
chai-assert-change
/
Filename :
CHANGES.md
back
Copy
## 2.0.0 - Promises are now recognized as a return value of the side-effect function and the tests will defer until the promise resolves in that case. - A new property `using` is now recognized to implement a custom assertion routine. Signature is defined in the README. - Several invariants have been put in place to ensure the input structure for the assertion is as expected and no typos are made. - The `message` property introduced in 1.1.0 is now superceded by the `it` property because it's shorter to type and one has limited keystrokes in one's lifetime. ## 1.1.0 - Support for new property "message" in specs that will be used in assertion error reporting.