-
Notifications
You must be signed in to change notification settings - Fork 0
dsmjs/2014-04-unit-and-integration-testing
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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
Contributing
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published