/ember-testing-example

an example project showing how to write unit and integration tests with ember-testing / qunit / jquery-mockjax

Primary LanguageJavaScript

Ember-testing / QUnit / jquery-mockjax

To run the javascript tests

    npm install
    ./node_modules/.bin/karma start


To run the ember.js web app

    npm install
    ./bin/server
    open http://localhost:3000