Packages

Phoenix Reactify is an open-source tool meant to add a simple React implementation to fresh Phoenix Applications.

Current section

Files

Jump to
phoenix_reactify test phoenix_reactify_test.exs
Raw

test/phoenix_reactify_test.exs

defmodule PhoenixReactifyTest do
use ExUnit.Case
doctest PhoenixReactify
test "greets the world" do
assert PhoenixReactify.hello() == :world
end
end