Skip to content

paulredmond/karma-browserify-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karma-browserify-demo

A sandbox demo for using Karma and browserify with mocha tests.

Running Tests

The commands provide a few karma flags for getting familiar. Run karam start --help to see them all. View package.json for the full list of commands (the "scripts" property).

Commands

npm install
npm test # run tests with PhantomJS and exit
npm tdd # listens for file changes and re-runs tests.

Recommend installing karma globally:

npm install -g karma

Coverage

You can view code coverage reports at tests/coverage/

About

A sandbox demo for using Karma and browserify with mocha tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published