lytlang/test/lytlang_test.exs

10 lines
167 B
Elixir
Raw Normal View History

2019-05-11 13:01:39 -05:00
defmodule LytlangTest do
use ExUnit.Case
doctest Lytlang
2019-05-11 14:00:46 -05:00
doctest Lytlang.Transpiler
2019-05-11 13:01:39 -05:00
test "greets the world" do
assert Lytlang.hello() == :world
end
end