Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
sinon
We provide the most widely used stubbing library for JavaScript with ~7M weekly downloads
Collective -
Host: opensource -
https://opencollective.com/sinon
- Code: https://github.com/sinonjs/sinon
Fix yields vs callsFake precedence + extra tests
github.com/sinonjs/sinon - ziluvatar opened this pull request almost 4 years ago
github.com/sinonjs/sinon - ziluvatar opened this pull request almost 4 years ago
Renaming master branches to main
github.com/sinonjs/sinon - mshaaban0 opened this issue over 4 years ago
github.com/sinonjs/sinon - mshaaban0 opened this issue over 4 years ago
Add support for mocha root hooks
github.com/sinonjs/sinon - nicojs opened this issue over 4 years ago
github.com/sinonjs/sinon - nicojs opened this issue over 4 years ago
stub readonly property throw "Cannot stub non-existent property"
github.com/sinonjs/sinon - ljian3377 opened this issue over 4 years ago
github.com/sinonjs/sinon - ljian3377 opened this issue over 4 years ago
Simplify/make props definition consistent
github.com/sinonjs/sinon - fatso83 opened this issue almost 5 years ago
github.com/sinonjs/sinon - fatso83 opened this issue almost 5 years ago
Conditional support for replacing props not defined by the object
github.com/sinonjs/sinon - fatso83 opened this issue almost 5 years ago
github.com/sinonjs/sinon - fatso83 opened this issue almost 5 years ago
Questions: are es6 modules supported?
github.com/sinonjs/sinon - goldbergyoni opened this issue about 5 years ago
github.com/sinonjs/sinon - goldbergyoni opened this issue about 5 years ago
sinon.restore() && sandbox.restore() not restoring fakes
github.com/sinonjs/sinon - Crowbrammer opened this issue over 5 years ago
github.com/sinonjs/sinon - Crowbrammer opened this issue over 5 years ago
Improve documentation on Stubs
github.com/sinonjs/sinon - michaelisvy opened this issue over 5 years ago
github.com/sinonjs/sinon - michaelisvy opened this issue over 5 years ago
Improve dependency mocking documentation.
github.com/sinonjs/sinon - theKashey opened this pull request over 5 years ago
github.com/sinonjs/sinon - theKashey opened this pull request over 5 years ago
Cannot createStubInstance on class with private members
github.com/sinonjs/sinon - kbirger opened this issue almost 6 years ago
github.com/sinonjs/sinon - kbirger opened this issue almost 6 years ago
Stubbing constructor does not work
github.com/sinonjs/sinon - RenWenshan opened this issue over 6 years ago
github.com/sinonjs/sinon - RenWenshan opened this issue over 6 years ago
sinon fails when restoring stubbed properties in window object in IE11
github.com/sinonjs/sinon - pavelkornev opened this issue over 6 years ago
github.com/sinonjs/sinon - pavelkornev opened this issue over 6 years ago
Document how to configure Node to allow stubbing EcmaScript modules
github.com/sinonjs/sinon - fatso83 opened this issue over 6 years ago
github.com/sinonjs/sinon - fatso83 opened this issue over 6 years ago
Difficult to "spy on everything except one" with fakes
github.com/sinonjs/sinon - akdor1154 opened this issue over 6 years ago
github.com/sinonjs/sinon - akdor1154 opened this issue over 6 years ago
Error in documentation (Sandbox)
github.com/sinonjs/sinon - vokrik opened this issue over 6 years ago
github.com/sinonjs/sinon - vokrik opened this issue over 6 years ago
Sandbox promise reset also clear promiseLibrary
github.com/sinonjs/sinon - immanuel192 opened this issue over 6 years ago
github.com/sinonjs/sinon - immanuel192 opened this issue over 6 years ago
Errors with .stub() and .spy() caused by getters/setters
github.com/sinonjs/sinon - lavelle opened this issue over 6 years ago
github.com/sinonjs/sinon - lavelle opened this issue over 6 years ago
stub(obj, 'meth', fn) has been removed, see documentation
github.com/sinonjs/sinon - ericmorand opened this issue over 6 years ago
github.com/sinonjs/sinon - ericmorand opened this issue over 6 years ago
Cannot spy on property getters, and stubbed getters do not record calls
github.com/sinonjs/sinon - RoystonS opened this issue almost 7 years ago
github.com/sinonjs/sinon - RoystonS opened this issue almost 7 years ago
Spy's thisValue not pointing to instance when spying constructor
github.com/sinonjs/sinon - PVince81 opened this issue almost 7 years ago
github.com/sinonjs/sinon - PVince81 opened this issue almost 7 years ago
How can we override reject creating a new Error Object?
github.com/sinonjs/sinon - JemiloII opened this issue almost 7 years ago
github.com/sinonjs/sinon - JemiloII opened this issue almost 7 years ago
Fix #1638: resetHistory for props
github.com/sinonjs/sinon - mroderick opened this pull request almost 7 years ago
github.com/sinonjs/sinon - mroderick opened this pull request almost 7 years ago
Stub doesn't return the correct value when used with new
github.com/sinonjs/sinon - Rhysjc opened this issue almost 7 years ago
github.com/sinonjs/sinon - Rhysjc opened this issue almost 7 years ago
Attempted to wrap send which is already wrapped occurs to run on multiple test files
github.com/sinonjs/sinon - samimaliks opened this issue almost 7 years ago
github.com/sinonjs/sinon - samimaliks opened this issue almost 7 years ago
stub.withArgs() with matchers breaks subsequent stubbing
github.com/sinonjs/sinon - rluba opened this issue about 7 years ago
github.com/sinonjs/sinon - rluba opened this issue about 7 years ago
Stubbing a property getter works, but stub.called remains false
github.com/sinonjs/sinon - OliverCole opened this issue over 7 years ago
github.com/sinonjs/sinon - OliverCole opened this issue over 7 years ago
sinon.assert.calledWith methods fails because fake is not a spy
github.com/sinonjs/sinon - kvernon opened this issue over 7 years ago
github.com/sinonjs/sinon - kvernon opened this issue over 7 years ago
Document how to stub out the network layer
github.com/sinonjs/sinon - fatso83 opened this issue over 7 years ago
github.com/sinonjs/sinon - fatso83 opened this issue over 7 years ago
Document how to do simple dependency injection
github.com/sinonjs/sinon - fatso83 opened this issue over 7 years ago
github.com/sinonjs/sinon - fatso83 opened this issue over 7 years ago
Added `usingPromise` method to stub.
github.com/sinonjs/sinon - blacksun1 opened this pull request over 7 years ago
github.com/sinonjs/sinon - blacksun1 opened this pull request over 7 years ago
Split spy-formats into a separate package
github.com/sinonjs/sinon - cjohansen opened this pull request almost 8 years ago
github.com/sinonjs/sinon - cjohansen opened this pull request almost 8 years ago
How can I verify that callback function with context bound to it, was passed to another function as argument?
github.com/sinonjs/sinon - m0onspell opened this issue over 8 years ago
github.com/sinonjs/sinon - m0onspell opened this issue over 8 years ago
Create an article on how ES2015 classes relate to stubbing/spying
github.com/sinonjs/sinon - fatso83 opened this issue over 8 years ago
github.com/sinonjs/sinon - fatso83 opened this issue over 8 years ago
Sinonjs.org Lacks Site Icon
github.com/sinonjs/sinon - machineghost opened this issue almost 9 years ago
github.com/sinonjs/sinon - machineghost opened this issue almost 9 years ago
Stub a method conditionally (on call # or arguments)
github.com/sinonjs/sinon - brian-mann opened this issue over 9 years ago
github.com/sinonjs/sinon - brian-mann opened this issue over 9 years ago
Arrays in arguments are logged as references
github.com/sinonjs/sinon - dskaram opened this issue about 10 years ago
github.com/sinonjs/sinon - dskaram opened this issue about 10 years ago
sandbox.restore cannot restore fakeTimers in it
github.com/sinonjs/sinon - mocheng opened this issue over 10 years ago
github.com/sinonjs/sinon - mocheng opened this issue over 10 years ago
jquery ajax with useFakeTimers and autoRespond
github.com/sinonjs/sinon - icholy opened this issue over 11 years ago
github.com/sinonjs/sinon - icholy opened this issue over 11 years ago