jest-community/jest-runner-eslint

Yarn workspaces

Open

#41 opened on Apr 25, 2018

 (7 comments) (0 reactions) (0 assignees)JavaScript (48 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (481 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The module resolver looking for your local eslint installation seems not to be compatible with yarn workspaces.

It apparently only looks into the ./node_modules folder in the rootDir and not the repo-root node_modules.

The Error:

 FAIL   eslint  packages/api/src/index.js
  ● Test suite failed to run

    Cannot find module '/Users/igl/wubba-lubba-dub-dub/packages/api/node_modules/eslint'

      at getLocalESLint (../../node_modules/jest-runner-eslint/build/utils/getLocalESLint.js:9:10)

Contributor guide