Commit 926c783
Add chokidar and readdirp to Jest transformIgnorePatterns
Chokidar v5.0.0 is ESM-only ("type": "module") and depends on
readdirp v5 which is also ESM-only. Add both packages to the
transform list so Jest can transpile them during tests.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent e9f6012 commit 926c783
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments