Add part10 with passing tests

This commit is contained in:
Richard Feldman
2016-09-04 16:42:08 -07:00
parent d7d8184b46
commit 073bd8c93a
14 changed files with 490 additions and 0 deletions

7
part10/tests/Auth.elm Normal file
View File

@@ -0,0 +1,7 @@
module Auth exposing (token)
token : String
token =
-- Tests don't need a real token.
""