Commit 5326955
committed
fix(config/jest): set Jest root to '.' in config, but use '<rootDir>/src' for project
Change Jest root directory to ./ instead of './src' and './test' because specifying a root that
doesn't exist throws an error. Use '<rootDir>/src' for this project to avoid weird mock errors
from `jest-haste-map` on CI... may need to revisit this.1 parent 7c7edaf commit 5326955
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments