mfm-parser/test/mfm_parser_test.exs
2022-07-25 00:44:45 +02:00

5 lines
69 B
Elixir

defmodule MfmParserTest do
use ExUnit.Case
doctest MfmParser
end