Christian Johansen is announcing that Sinon.js with version number 1.15.0 is already available to download.
What is Sinon.js ?
Sinon.js is A JavaScript library for creating test spies, stubs and mocks, a complex testing framework for professional JavaScript developers .
Sinon.js is framework-agnostic JS toolkit, meaning it can work on its own, or along side a more complex JavaScript framework like Prototype, MooTools or JavaScriptMVC.As for use scenarios, Sinon.js is a JavaScript tool that can fake the presence of various environment conditions.This allows developers to test their code in those environments and get usable results for debugging their code.Sinon.js can fake AJAX requests, the process of time passing, various server settings and comes with its own sandbox mode.Tested and working on most major desktop/mobile browsers.It also works on Node.js as well.
This is changelog for Sinon.js version 1.15.0 :
- Stub & spy getters & setters
- Fix async sinon.test using mocha interface
- Add respondImmediately to fake servers
You can read the complete changelog and also download this latest version on their homepage:
sinonjs.org