remove ex_machina traces

This commit is contained in:
Jamil Bou Kheir
2020-05-19 21:20:49 -07:00
parent e382ed8584
commit 633a46637a
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,11 @@ repos:
# Elixir config
- repo: local
hooks:
- id: mix-test
name: 'elixir: mix test'
entry: mix test
language: system
files: \.ex*$
- id: mix-format
name: 'elixir: mix format'
entry: mix format --check-formatted

View File

@@ -1,3 +1,2 @@
{:ok, _} = Application.ensure_all_started(:ex_machina)
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(FgHttp.Repo, :manual)