mocha-sinon
mocha-sinon copied to clipboard
[Typings] Augment Context instead of Suite
Turns out I was right in #20 (hate it when that happens...), I was augmenting the wrong interface.
I didn't notice before because the Context
interface has an any
-indexing type. This is a prime example of why I don't like having those...
Sorry for the trouble!