bump_server/test/test_helper.exs
raphael 4e607a7e45 adds phoenix boilerplate and database api
- message communication added
- database migration added
- initial commit
2021-12-05 00:36:13 +01:00

3 lines
66 B
Elixir

ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(Bump.Repo, :manual)