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