Skip to content

Bring back typeahead as a watch-mode plugin #4931

@ramusus

Description

@ramusus

I tried to reinstall jest many times, tried to run it in no-cache mode.

I'm running jest:
jest --watch ./assets --notify

Config:

  "jest": {
    "setupTestFrameworkScriptFile": "<rootDir>/assets/tests/setup.js",
    "moduleNameMapper": {
      "\\.(css|less|scss)$": "<rootDir>/assets/mocks/styleMock.js",
      "^((?:libs|stores|components|tests).*)$": "<rootDir>/assets/$1",
      "^react-pdf/build/entry.webpack$": "<rootDir>/node_modules/react-pdf"
    }
  },
Active Filters: filename /./assets/

Pattern Mode Usage
 › Press Esc to exit pattern mode.
 › Press Enter to filter by a filenames regex pattern.

 pattern › *test.jsx

And no any results are displayed, unlike it was using version 20. But if I push enter the pattern will be applied and files will be found successfully.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions