beam_js/test/beam_js_test.exs
2026-03-06 19:45:35 -06:00

8 lines
135 B
Elixir

defmodule BeamJsTest do
use ExUnit.Case
doctest BeamJs
test "greets the world" do
assert BeamJs.hello() == :world
end
end