Commit 0af99a9
fix: use Node.js for both host script and CLI in test
The test was finding Node.js but still using process.execPath (Bun) as the
cliCommand. This caused the host script to spawn the CLI with Bun, but the
fake-cli.js script is designed for Node.js.
Changed cliCommand from process.execPath to nodePath so both the host script
and the CLI run with Node.js.
Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>1 parent ee73ed0 commit 0af99a9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
0 commit comments