Michael Rose

Results 6 comments of Michael Rose

I've encountered a similar problem on this branch https://github.com/tophat/eslint-config/compare/master...tophat:greenkeeper%2Feslint-plugin-jest-22.1.0: lockfile was not updated, so the build fails because our CI is configured to install with the `--frozen-lockfile` flag.

There does seem to be some overlap between these docs and the `yarn policies` docs, but I do think yvm offers a viable alternative for those who don't want to...

Hi Eric, Thanks for providing a detailed example. What's the use case here for requiring prop conversion to be done independently? Is it possible to change how your components are...

Another option may be to preempt .toJS conversion for certain props that are causing you problems, e.g. ```js const Child1 = ({ a }) => { /*...*/ } const Child2...

Nice okay that gives me a better idea of what you're working with, thanks. I'm going to mull this over a bit and it might make sense to add some...

A note of clarification for anyone else coming along this problem: The dom-testing-library.js source code should be treated as a string, NOT a JS module, since it needs to be...