Skip to content

Instantly share code, notes, and snippets.

@jch
Last active December 21, 2015 06:19
Show Gist options
  • Save jch/6263246 to your computer and use it in GitHub Desktop.
Save jch/6263246 to your computer and use it in GitHub Desktop.

JavaScript Toolbox

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.

Testing

  • 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.

Continuous Integration

Package Management

Utilities

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment