practicalmeteor:chai

v1.9.2_3Published 12 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Build Status

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

CHANGELOG

Documentation

Please visit the chaijs homepage.

License

The chaijs license is MIT. This meteor package too.