Packages
phoenix_frontend
0.1.0
Replaces Phoenix framework assets directory with preconfigured frontend frameworks.
Current section
Files
Jump to
Current section
Files
test/phoenix_frontend_test.exs
defmodule PhoenixFrontendTest do
use ExUnit.Case
doctest PhoenixFrontend
test "greets the world" do
assert PhoenixFrontend.hello() == :world
end
end