Packages

Copy static assets for your Phoenix app during development and deployment.

Current section

Files

Jump to
phoenix_copy test test_helper.exs
Raw

test/test_helper.exs

ExUnit.after_suite(fn _results ->
Path.expand("../tmp", __DIR__)
|> File.rm_rf!()
end)
ExUnit.start()