Carl-Erik Kopseng

Results 279 comments of Carl-Erik Kopseng

Not sure. Maybe it should have been recreated as "add a way to define fakes for undefined props", to reflect our discussion. That was a good suggestion, but my original...

@Cinamonas : tried your fiddle. does not work. That version of sinon has no stub property.

Heard good things about GitBook, but I don't have any experience using it. > We could take an approach like: convert JSDoc to Markdown, and use GitHub Pages to publish...

Sure, but I don't have any time allotted right now.

How do we notify people of the naming change? Most people are probably used to adding sinon to a project using `npm install sinon`. That will make them stay at...

This is only missing for sinon.

@mantoni There are lots of tools for auto-generating JSDocs. I don't see a v1 of this to be an issue. You don't need to create `@typedef`s everywhere. Just having ```...

If @76784 would start a branch and flesh out some concepts, I think some people attracted to the idea could quickly latch onto it and help out. The API surface...

Actually that test IS using Mocha's syntax, you're just using the more standard BDD style (of the two) :-) It's also shared by some other libraries, such as Buster JS,...