Skip to content

dsmjs/2014-04-unit-and-integration-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple ember.js app used to demo how I unit and integration test JS apps


To run the ember.js locally

    npm install
    export PATH="./node_modules/.bin:$PATH"
    grunt local &
    ./bin/server

    visit http://localhost:3000 to see the running app


To run the javascript tests

    npm install
    export PATH="./node_modules/.bin:$PATH"
    grunt test

About

unit and integration testing: better together presented April 8th 2014

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published