This repository has been archived on 2023-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
temple/config/test.exs

8 lines
89 B
Elixir
Raw Normal View History

import Config
2021-03-25 03:01:13 +00:00
config :temple,
aliases: [
select: :select__,
link: :link__
]