Skip to content

Commit 43af265

Browse files
committed
Remove IO.puts in node test runner helper
1 parent 8d9f3d6 commit 43af265

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/support/helpers.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ defmodule Helpers do
3838

3939
{out, _a} = System.cmd "node", ["-r", "@std/esm", main_path]
4040

41-
IO.puts out
42-
4341
out
4442
|> Poison.decode!
4543
|> ElixirScript.TermConverter.decode

0 commit comments

Comments
 (0)