Files
DefinitelyTyped/types/sinon-mongoose/sinon-mongoose-tests.ts
2017-03-24 14:27:52 -07:00

6 lines
71 B
TypeScript

function testChain() {
sinon.stub().chain('exec');
}
testChain();