DefinitelyTyped/types/sinon
Jimi (Dimitris) Charalampidis 0f4522b7c8 [sinon] Correct comparable type (#34268)
* Correct comparable type

Typescript complains for functions `calledBefore`, `calledAfter`, `calledImmediatelyBefore` and `calledImmediatelyAfter` because it's trying to compare a `SinonInspectable` to a `Sinonspy`. Correct comparison should be done on the same type (i.e. `SinonInspectable`).

* Add test cases


.
2019-03-29 21:26:39 -07:00
..
ts3.1 [sinon] Correct comparable type (#34268) 2019-03-29 21:26:39 -07:00
index.d.ts
package.json
sinon-tests.ts
tsconfig.json
tslint.json