Closed brandon-gs closed 4 months ago
@brandon-gs could you post a minimal reproduction repo so that I can investigate the issue?
@mdjastrzebski
I solved it updating "moduleDirectories" in my jest.config.json
Before:
"moduleDirectories": ["node_modules", "utils"],
After:
"moduleDirectories": ["<rootDir>/node_modules", "<rootDir>/utils"],
BUG
Every time I run the
yarn reassure
I get this error on my testFAIL tests/Text.perf-test.tsx ● Test suite failed to run
Test Suites: 1 failed, 1 total Tests: 0 total Snapshots: 0 total Time: 1.342 s Ran all test suites.
- I have some test written using jest and @testing-library/react-native and their work well
- This are the packages on my package.json
- My test file