Current section
Files
Jump to
Current section
Files
test/tesseract_ecs_test.exs
defmodule TesseractEcsTest do
use ExUnit.Case
doctest TesseractEcs
test "greets the world" do
assert TesseractEcs.hello() == :world
end
end