-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
Description
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.
samouss, chitacan, oliviertassinari and jonmajorc