Add factories for testing.
This commit is contained in:
parent
1ccbe562c9
commit
4cac385411
4 changed files with 50 additions and 0 deletions
1
mix.exs
1
mix.exs
|
|
@ -38,6 +38,7 @@ defmodule Pleroma.Mixfile do
|
|||
{:trailing_format_plug, "~> 0.0.5" },
|
||||
{:html_sanitize_ex, "~> 1.0.0"},
|
||||
{:calendar, "~> 0.16.1"},
|
||||
{:ex_machina, "~> 2.0", only: :test},
|
||||
{:mix_test_watch, "~> 0.2", only: :dev}]
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue