Shift everything forward a partg
This commit is contained in:
18
part9/tests/Main.elm
Normal file
18
part9/tests/Main.elm
Normal file
@@ -0,0 +1,18 @@
|
||||
port module Main exposing (..)
|
||||
|
||||
import Tests
|
||||
import Test.Runner.Node as Runner
|
||||
import Json.Decode exposing (Value)
|
||||
|
||||
|
||||
-- To run this:
|
||||
--
|
||||
-- elm-test
|
||||
|
||||
|
||||
main : Program Value
|
||||
main =
|
||||
Runner.run emit Tests.all
|
||||
|
||||
|
||||
port emit : ( String, Value ) -> Cmd msg
|
||||
Reference in New Issue
Block a user