Windows cmd.exe treats single quotes literally, so `echo '...' | node -e '...'` fails. Switched to execFileSync with the `input` option to pipe stdin data directly without shell quoting issues. |
||
|---|---|---|
| .. | ||
| package-manager.test.js | ||
| session-aliases.test.js | ||
| session-manager.test.js | ||
| utils.test.js | ||