Textalk / jquery.jsonrpcclient.js

JSON-RPC 2.0 Client for HTTP and WebSocket backends
MIT License
72 stars 28 forks source link

Dev karma testing #18

Closed davidlgj closed 10 years ago

davidlgj commented 10 years ago

Rewrote tests to use Karma as test runner instead of JsTestDriver. The tests now use Mocha+Chai+Sinon with code coverage done by Istanbul! See README.md for setup instructions.

http://karma-runner.github.io/0.10/index.html http://visionmedia.github.io/mocha/ http://chaijs.com http://sinonjs.org http://gotwarlost.github.io/istanbul/