SinonJS adapter to use it with hydrajs-testing-helper.
npm install sinonjs-hydrajs-testing-helperSinonJS adapter to use it with hydrajs-testing-helper.
This adapter allows you mocking, automatically, all your dependencies making easier the testing of your code.

Install with Bower
bower install sinonjs-hydrajs-testing-helper
Install with Component
component install sinonjs-hydrajs-testing-helper
Install with NPM
npm install sinonjs-hydrajs-testing-helper
Insert in your html code:
Insert in your code:
define(['sinonjs-hydrajs-testing-helper-adapter'], function () {
// code here.
});
sinonjs-hydrajs-testing-helper-adapter sets SinonJS as your mock library and manages the mock of all your dependencies automatically.