Jason Lopez

Results 5 comments of Jason Lopez

> This is still an issue has someone discovered a workaround for this? > > Update: In my case, it was my own error. I had some leftover styling on...

> How would we debug legacy apps? How can we get hold of the older versions to install? I followed the instructions here: https://gist.github.com/juniorcesarabreu/115a4f5141cd1a841119c511c4c66d3f I will downgrade until there is...

Yes, one application of this feature is to get `jest.mock` treated as a `require` for rules like `no-unresolved`, `no-restricted-paths`, `no-absolute-path`, `no-useless-path-segments`, etc, in general rules that target the path being...

For now, the most popular use case would be `jest.mock` but I know there are other libraries that provide alternative ways of importing modules such as `rewire`. Both of them...

With maximally restrictive, you mean like the second approach, right? Would you accept a PR implementing this feature? I already have a draft with the implementation.