Skip to content

toonketels/karma-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example setup karma, mocha and chai

To install do:

// Move to one subdir
cd one

// Install dependencies
npm install
bower install

Then run the tests:

./node_modules/karma/bin/karma start

Different examples

  • one: basic setup Karma, mocha, chai
  • two: testing angular

About

Some examples demonstrating how to setup Karma for client side JS testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors