Add Auth.elm for 7 and 8 and a .gitignore exclusion for them
This commit is contained in:
6
part7/test/Auth.elm
Normal file
6
part7/test/Auth.elm
Normal file
@@ -0,0 +1,6 @@
|
||||
module Auth (token) where
|
||||
|
||||
|
||||
token =
|
||||
-- Tests don't need a real token.
|
||||
""
|
||||
Reference in New Issue
Block a user