Commit 4f53f74
committed
🐛 fix(smoke-tests): add explicit env type to satisfy strict typecheck
The spread of process.env narrows the type so VITEST and NODE_ENV are
not known properties. Use Record<string, string | undefined> to allow
delete on arbitrary keys.1 parent 8600c24 commit 4f53f74
1 file changed
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 | | |
| |||
0 commit comments