Kent C. Dodds

Results 895 comments of Kent C. Dodds

Hi @captainSpades, The best way to contribute to this repo is to come up with your own stack overflow answer you'd like to add to the project and file an...

Hi @AKASHAGARWAL0403! Looking good! Now it looks like we're missing some coverage. Open up `coverage/lcov-report/index.html` in your web browser to see which parts of the code are missing tests then...

Hi! Actually, I recommend against using AVA these days. It has some serious perf issues. Instead, I recommend you use Jest (I have a jest version of this repo here:...

Conversation locked to avoid conversation about any of these points. These are more notes than anything else. If you want to discuss any of these, open another issue.

I'd recommend that you actually publish a module that mocks out the API. This way people can contribute and make it better and better :)

Not everyone using this package is using jsdom (though most are). So I'm not opposed to adding things that really on layout. It just means we'd have to add a...

It assumes people will interact with the DOM using cypress. No reason to implement that ourselves when cypress already did a great job of that. User event is a less...

I definitely understand the desire here. I'll hold on giving my opinion until I hear what other maintainers have to say about it.