Skip to content

emvc/chai-emvc-helpers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chai-emvc-helpers

Build Status Coverage Status Quality Dependencies

Helpers for testing emvc helpers with the Chai assertion library.

Install

$ npm install chai-emvc-helpers

Usage

Use Plugin

Use this plugin as you would all other Chai plugins:

var chai = require('chai');

chai.use(require('chai-emvc-helpers'));

Write Test Cases

Once used, the chai.emvc.helper and chai.emvc.dynamicHelper functions will be available to set up test cases for emvc helpers.

Tests

$ npm install
$ npm test

Credits

License

The MIT License

Copyright (c) 2013 Jared Hanson <http://jaredhanson.net/>

About

Helpers for testing emvc helpers with the Chai assertion library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.1%
  • Makefile 13.9%