omahajs / generator-omaha

Yeoman generator designed to help you craft sustainable code for the modern web
https://omaha.js.org
MIT License
12 stars 1 forks source link

Remove sinon #57

Closed jhwohlgemuth closed 7 years ago

jhwohlgemuth commented 7 years ago

sinon.stub(...).returns(...) --> jest.spyOn(...).mockReturnValue(...)

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling da25fd0d7bcc9d5f5d47f8bd7a07fa23424b1fa1 on feature/remove-sinon into 6da0e7598bd8d7a17a8cf7a5a05a9d41c0676bb0 on master.