Commit b4134d0
committed
fix(testing): add node-fetch as devDependency for recording tests
recording.test.ts imports node-fetch directly but it was never declared
as a dependency — it relied on hoisting from http-client. The lerna v9
upgrade changed the hoisting layout, breaking CI.1 parent 824c025 commit b4134d0
2 files changed
Lines changed: 24 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments