Commit 8df2e90
fix(e2e): Add node types to generic TS test tsconfigs
With types:[], @types/node was only loaded because @types/pg
(transitive dep of instrumentation-pg) had `/// <reference types="node" />`.
Removing instrumentation-pg broke that chain. Explicitly including
"node" in types reflects what any real Node.js consumer would have.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c6acafc commit 8df2e90
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- dev-packages/e2e-tests/test-applications
- generic-ts3.8
- generic-ts5.0
- remix-hydrogen
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments