Testing From The Ground Up
The code for my essay, Testing From The Ground Up.
- By Mary Rose Cook
- http://maryrosecook.com
- maryrosecook@maryrosecook.com
Run the web app
Install Node.js and npm: https://github.com/isaacs/npm
Run the server
$ cd path/to/testing-from-the-ground-up
$ node server.js
Visit http://localhost:4000 in your web browser.
Run the tests
Install Node.js and npm: https://github.com/isaacs/npm
$ node tests/client_tests.js