Helpers for testing emvc helpers with the Chai assertion library.
$ npm install chai-emvc-helpers
Use this plugin as you would all other Chai plugins:
var chai = require('chai');
chai.use(require('chai-emvc-helpers'));
Once used, the chai.emvc.helper
and chai.emvc.dynamicHelper
functions will be available to set up test cases for emvc helpers.
$ npm install
$ npm test
Copyright (c) 2013 Jared Hanson <http://jaredhanson.net/>