Skip to content

patrickarlt/dojo-karma-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example of using Karma on a Dojo project

Install

  1. brew install phantomjs - Install phantomjs
  2. npm install -g karma - Install Karma
  3. npm install -g grunt-cli - Install grunt command line tools
  4. npm install - install dependencies
  5. grunt - rerun tests when source files change
  6. grunt karma:coverage - run tests and output coverage information

This is originally based off of https://raw.github.com/gmarty/karma-dojo

Links

About

An example of how to use Dojo with the Karma test runner and Jasmine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published