lytlang/test/lytlang_test.exs

10 lines
167 B
Elixir

defmodule LytlangTest do
use ExUnit.Case
doctest Lytlang
doctest Lytlang.Transpiler
test "greets the world" do
assert Lytlang.hello() == :world
end
end