Current section

Files

Jump to
tesseract_ecs test tesseract_ecs_test.exs
Raw

test/tesseract_ecs_test.exs

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