Christopher Hiller

Results 550 comments of Christopher Hiller

the CI expects the count. I can’t recall which it is. there’s plenty of historical discussion around this. I’d prefer to err on the side of not breaking stuff for...

Thanks for the bug report. This is intended behavior, as `this.timeout(0)` will disable timeouts completely.

@scottfreecode I'm not really sure what you're asking. If your test doesn't complete, and you've disabled timeouts, how can Mocha exit except via a signal? I must not be understanding....

@plroebuck Not only is it information overload, I can't see any reason consumers would need to know about APIs that aren't intended to be used. If you, the developer, want...

Currently, we don't have the resources to add many features users want, because we cannot afford to take on more of a maintenance burden. In order to allow users to...

Extracting any reporters or interfaces from the core will cause a major bump

@glenjamin Thanks for the input. I'm going to fiddle with this a bit.

@jamestalmage `use` sounds ok, but Chai isn't a command-line executable, so that's pretty much what it needs to do. Mocha, on the other hand, allows CLI options or a `mocha.opts`...

@jamestalmage I'm in disagreement--I understand that as a `.js` file, it gives you more flexibility. However, my preference is _configuration_ instead of, well, _more code_. I don't want to ever...