Overview
The Chai Assertion Library, packaged for meteor.
Chai Release
1.9.2
Exports
- chai
- assert
- expect
- should
Activate should
Just call should() before using it.
chai.config.includeStack
chai.config.includeStack is true by default. To change that:
Server: Meteor.settings.chai.includeStack
Client: Meteor.settings.public.chai.includeStack
Changelog
Documentation
Please visit the chaijs homepage.
License
The chaijs license is MIT. This meteor package too.