/meteor-chai

Chai.JS, wrapped for meteor

Primary LanguageJavaScriptOtherNOASSERTION

Build Status

Overview

The Chai Assertion Library, packaged for meteor.

Chai Release

2.1.0

Exports

  • chai
  • assert
  • expect
  • should

Activate should

Just call should() before using it.

Included chai plugins

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.