-
Notifications
You must be signed in to change notification settings - Fork 1
Useful References
Alden Hart edited this page May 24, 2015
·
16 revisions
OUTDATED We changed from Mocha to Jasmine, and from Brackets to Atom. This page needs updating
Packages Used By the Tester
Dev tools and references
-
http://brackets.io/
- https://github.com/adobe/brackets
- https://github.com/adobe/brackets/wiki/How-to-Use-Brackets
- Install Beautify using the File/Extensions Manager menu selection
- http://www.json.org/
Tutorials and Examples
- https://www.youtube.com/watch?v=JZmL1Rihpt8 (good video introducing Mocha/should)
- http://howtonode.org/hello-node
- http://code.tutsplus.com/tutorials/testing-in-nodejs--net-35018
- https://github.com/amirrajan/nodejs-against-humanity
Useful Commands
- npm search (google it)
- npm install sleep
- npm install --save sleep
Open Questions
- How do you (or can you?) start the grunt runner from within bracket - or do you have to go to a term window to do this?