ECC/tests/lib
Affaan Mustafa c0c54d0dae fix: use execFileSync with input option for Windows-compatible stdin tests
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.
2026-02-12 17:14:03 -08:00
..
package-manager.test.js test: add 13 tests for package-manager.js untested functions 2026-02-12 15:59:56 -08:00
session-aliases.test.js fix: set USERPROFILE in tests for Windows os.homedir() compatibility 2026-02-12 16:41:58 -08:00
session-manager.test.js fix: set USERPROFILE in tests for Windows os.homedir() compatibility 2026-02-12 16:41:58 -08:00
utils.test.js fix: use execFileSync with input option for Windows-compatible stdin tests 2026-02-12 17:14:03 -08:00