chore: added more @spec

This commit is contained in:
2026-05-01 17:49:50 +02:00
parent abcae1dad7
commit 881056eb61
157 changed files with 6223 additions and 1647 deletions

View File

@@ -3,8 +3,9 @@ File.mkdir_p!(cache_root)
Application.put_env(:bds, :project_cache_root, cache_root)
ExUnit.start()
ExUnit.after_suite(fn _results ->
File.rm_rf(cache_root)
File.rm_rf(cache_root)
end)
Ecto.Adapters.SQL.Sandbox.mode(BDS.Repo, :manual)