Add part10 with passing tests
This commit is contained in:
7
part10/tests/Auth.elm
Normal file
7
part10/tests/Auth.elm
Normal file
@@ -0,0 +1,7 @@
|
||||
module Auth exposing (token)
|
||||
|
||||
|
||||
token : String
|
||||
token =
|
||||
-- Tests don't need a real token.
|
||||
""
|
||||
Reference in New Issue
Block a user