diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-14 19:34:59 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-14 19:34:59 +0300 |
| commit | 50ce8cb96b2b218751c2fc2a6b19372f51846acc (patch) | |
| tree | e2c634d2ce856062d527667d47815a05a53361c8 /test/test_helper.exs | |
| parent | 0ab2e5ba2b0631b28b5b1405559237b3913c878f (diff) | |
feat: rewrite in rust
Diffstat (limited to 'test/test_helper.exs')
| -rw-r--r-- | test/test_helper.exs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_helper.exs b/test/test_helper.exs deleted file mode 100644 index f62be72..0000000 --- a/test/test_helper.exs +++ /dev/null @@ -1,4 +0,0 @@ -ExUnit.start() - -# Use shared sandbox mode for better concurrent test handling -Ecto.Adapters.SQL.Sandbox.mode(Silmataivas.Repo, {:shared, self()}) |
