Kent C. Dodds

Results 890 comments of Kent C. Dodds

That sounds awesome! I look forward to your pull request!

That sounds great @Cassydo! I look forward to your contribution :)

Could you paste the output you see above this error message?

Looks like it failed because your code coverage isn't 100%. You can determine how to get 100% test coverage by opening `coverage/lcov-report/index.html` in your browser.

Thanks! I'm not sure what's up with Travis. Is this working for you locally? Also, I just want to make sure. Are you cool with this? https://github.com/kentcdodds/dom-testing-library-with-anything/commit/173e638fbbf0a6b050f42913b49976181442f020 If not then...

babel doesn't transpile files found in `node_modules` by default. Do they have a commonjs version of the module? Otherwise we'll probably have to add a `babel.config.js` file which will allow...

Maybe! You could probably just add an import of esm at the top of your test file. Give it a try!

Maybe this will help? https://github.com/kenotron/esm-jest