/client-side-testing

Demo of how to do client-side testing with jasmine and phantomJS

Primary LanguageJavaScript

Client Side Testing Demo

How to start

Install the dependencies:

npm install .

Run watch to execute the tests when files change:

grunt watch

Run the static content server:

node server.js

There are two branches:

  • complete-application-with-tests
  • incomplete-application-no-tests