Update dependencies in test elm-package.json
Changed type annotation to match
This commit is contained in:
@@ -10,7 +10,7 @@ import Json.Decode exposing (Value)
|
||||
-- elm-test
|
||||
|
||||
|
||||
main : Program Value
|
||||
main : Runner.TestProgram
|
||||
main =
|
||||
Runner.run emit Tests.all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user