Skip to content

Skeleton setup for a bare project using karma with mocha and chai.

Notifications You must be signed in to change notification settings

zpratt/karma-mocha-chai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karma-mocha-chai

Skeleton setup for a bare project using karma with mocha and chai.

Note: I have only tested this setup on OSX. Windows users will probably need to configure the PHANTOMJS_BIN environment variable.

Getting started

  1. Install global npm dependencies
    • npm i -g grunt-cli
  2. clone the repository
  3. npm i
  4. npm test

After running npm test you should see a failing test.

Changelog

  • 04/18/15
    • Updated to use eslint instead of jshint
    • Updated instructions
  • 07/14/14
    • Updated to use 0.12.x version of karma
    • Added a grunt configuration

About

Skeleton setup for a bare project using karma with mocha and chai.

Resources

Stars

Watchers

Forks

Packages

No packages published