Packages

V8 engine for Elixir with pools.

Current section

Files

Jump to
elixir_v8 test elixir_v8_test.exs
Raw

test/elixir_v8_test.exs

defmodule ElixirV8Test do
use ExUnit.Case
test "the truth" do
assert 1 + 1 == 2
end
end