Pavlo Zhukov
Pavlo Zhukov
I wasted nearly a day due to this bug. I had next code ``` const babelJestTransformer = require('babel-jest') module.exports = { shouldBabelize, ...babelJestTransformer, // otherwise we have some cache issues:...
Actually this problem is not so critical. It affects you only when you just applied this plugin. Further, it nearly doesn't affect you. #2 is way more critical
@aarongeorge feel free to open PR and fix it. I've done it for mine in #15 and #17
About the problem with multiple runs: it doesn't work from a single run because it runs fix immediately when it faced a problem. eslint does only one pass through the...
@BenAceable I guess backward compatibility exceed here cause cache should be as fast as possible. But from the other hand, some migration helper should be provided.