chai-locomotive-helpers
v0.1.0
Published
Helpers for testing Locomotive helpers with the Chai assertion library.
Downloads
5
Readme
chai-locomotive-helpers
Helpers for testing Locomotive helpers with the Chai assertion library.
Install
$ npm install chai-locomotive-helpers
Usage
Use Plugin
Use this plugin as you would all other Chai plugins:
var chai = require('chai');
chai.use(require('chai-locomotive-helpers'));
Write Test Cases
Once used, the chai.locomotive.helper
and chai.locomotive.dynamicHelper
functions will be available to set up test cases for Locomotive helpers.
Tests
$ npm install
$ npm test
Credits
License
Copyright (c) 2013 Jared Hanson <http://jaredhanson.net/>