Louis-Dominique Dubeau

Results 62 comments of Louis-Dominique Dubeau

I have some tests that I'm sure are not testing what they appear to be testing because I did not realize that `isRejected` was not mirroring `throws`. Fixing #47 is...

@domenic I see test suite code that uses Mocha's `done` callback rather than return promises. Is there some reason the suite needs to continue using `done` rather than return promises?...

I've run into a bizarre problem that is tangentially related to what I said I'd fix but I'm at a point where input would be useful. The following code was...

Looking at #113 I took from [this comment](https://github.com/domenic/chai-as-promised/issues/113#issuecomment-117701886) and [this one](https://github.com/domenic/chai-as-promised/issues/113#issuecomment-117703571) that the preferable solution to the issue here would be to use `.and` so as to allow chaining. Otherwise,...

@ArtemGovorov Chai-as-promised 6 aims to mirror what Chai does. (See [here](https://github.com/chaijs/chai/blob/master/lib/chai/core/assertions.js#L1622) for instance.) Did you try to see what you get when you do a test similar to the one...

I'm using fastify and ran into the same problem when I turned on http2. I then turned it off but kept https configured and that worked. At this point I'm...

I ran into the same problem. It also happens when running `shotcut` in Chrome OS' Linux subsystem. Here's the `lsb_release` info: ``` $ lsb_release -a No LSB modules are available....

I upgraded to natives 1.1.6 and the problem went away. `npm` makes it easy to not successfully upgrade a package, if your own package is not directly dependent on it....

You don't need to use the add on at all. For the longest time I was using the add on and had to compensate for the arbitrary addition of `-travis`...

I signed the CLA. The failing tests are not due to the changes I made but to a misconfiguration of the Travis parameters (which I did not touch).