Commit 583423b
committed
fix(e2e): disable Node.js binary forwarding in .env.test
Set SOCKET_CLI_DISABLE_NODE_FORWARDING=1 in .env.test to disable
Node.js binary forwarding during tests. This ensures tests run against
the local CLI implementation without forwarding to production binaries.
Previously attempted to set this in package.json script, but environment
variables must be set in .env files for dotenvx to load them correctly.1 parent 2f6efab commit 583423b
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments