Skip to content

Project for my lightning talk on javascript unit testing (on the client)

Notifications You must be signed in to change notification settings

christensena/js-unit-test-demo

Repository files navigation

Alan's little JavaScript testing demo app.

How to get going:

  1. install node.js
  2. install bower npm install bower -g
  3. install grunt npm install grunt-cli -g
  4. pull down this source code locally
  5. open a commandline at the root of the repo and type:
   npm install
   bower install
  1. when you're ready to run tests, type
   grunt
  1. To run tests or examples in a browser, you can use the simple http server:
  node static-server.js 

Tested on OS X Mountain Lion and Windows 8

About

Project for my lightning talk on javascript unit testing (on the client)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published