beam_js/test/beam_js_test.exs

9 lines
135 B
Elixir
Raw Normal View History

2026-03-07 01:45:35 +00:00
defmodule BeamJsTest do
use ExUnit.Case
doctest BeamJs
test "greets the world" do
assert BeamJs.hello() == :world
end
end