initi elixir project
This commit is contained in:
commit
4fe3b96832
10 changed files with 197 additions and 0 deletions
8
test/p2p_chat_test.exs
Normal file
8
test/p2p_chat_test.exs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
defmodule P2pChatTest do
|
||||
use ExUnit.Case
|
||||
doctest P2pChat
|
||||
|
||||
test "greets the world" do
|
||||
assert P2pChat.hello() == :world
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue