Closed kamilchlebek closed 4 years ago
I tried to use spy.interface, but seem that interface method does not exist in @types/chai-spies.
spy.interface
interface
@types/chai-spies
I checked DefinitelyTyped and there's reference to old method object: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/chai-spies/index.d.ts#L155 It needs to be renamed to interface
DefinitelyTyped
object
Merged & released in 1.0.2
1.0.2
I tried to use
spy.interface
, but seem thatinterface
method does not exist in@types/chai-spies
.I checked
DefinitelyTyped
and there's reference to old methodobject
: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/chai-spies/index.d.ts#L155 It needs to be renamed tointerface