eslint-plugin-ramda
eslint-plugin-ramda copied to clipboard
[ramda/prefer-ramda-boolean] Wrong report in jest.mock implementation
The only way to access ramda in jest.mock
is jest.mock('module', () => jest.requireActual('ramda').T)
. So it's not as convenient to use ramda in mocks. Maybe plugin can detect inline mocks and disable rule in them?