Skip to content

Suppress node warnings #33

Suppress node warnings

Suppress node warnings #33

GitHub Actions / JUnit Test Report failed Nov 21, 2024 in 0s

51 tests run, 50 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 145 in test/general-cli.mjs

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/fauna-shell/fauna-shell/test/general-cli.mjs.cli operations suppresses nodeJS warnings from the prod entrypoint

spawnSync ./dist/cli.cjs ETIMEDOUT
Raw output
Error: spawnSync ./dist/cli.cjs ETIMEDOUT
    at Object.spawnSync (node:internal/child_process:1124:20)
    at spawnSync (node:child_process:877:24)
    at Context.<anonymous> (file:///home/runner/work/fauna-shell/fauna-shell/test/general-cli.mjs:145:15)
    at process.processImmediate (node:internal/timers:483:21)