Current section

Files

Jump to
elixir_structure_manager priv templates config sonar test_stubs.exs
Raw

priv/templates/config/sonar/test_stubs.exs

defmodule TestStubs do
def some_stub() do
# Add some stubs here
%{}
end
end