mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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 . |
||
|---|---|---|
| .. | ||
| ts3.1 | ||
| index.d.ts | ||
| package.json | ||
| sinon-tests.ts | ||
| tsconfig.json | ||
| tslint.json | ||