This is a list of JavaScript libraries I like or would like to investigate. It will be kept short intentionally to be things I find useful for most JS projects.
- Karma - test runner. adapters for testing libraries, runs within browser clients
- Mocha - test library
- Sinon.js - spies and stubs. Can create fake servers and responses.
- QUnit - test library. like it's simplicity. Also likely to be maintained long-term because of jQuery. Will take off the list if I like Mocha.
- PhantomJS - headless browser
- CoffeeScript - uses cake to run tests
- jQuery - look into how they test ajax
- Underscore.js