Skip to content

dsmjs/2013-07-advanced-topic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

writing tests for javascript with QUnit/Sinon and Karma

To run the javascript tests

    npm install
    export PATH="./node_modules/.bin:$PATH"
    bower install
    karma start

To run the ember.js web application

    npm install
    export PATH="./node_modules/.bin:$PATH"
    bower install
    ./bin/server

About

Writing tests for javascript with QUnit/Sinon and Karma presented July 11th 2013 by Toran Billups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published