Reorganize stages into parts
This commit is contained in:
15
part10/test/TestRunner.elm
Normal file
15
part10/test/TestRunner.elm
Normal file
@@ -0,0 +1,15 @@
|
||||
module Main where
|
||||
|
||||
import Signal exposing (Signal)
|
||||
|
||||
import ElmTest exposing (consoleRunner)
|
||||
import Console exposing (IO, run)
|
||||
import Task
|
||||
|
||||
import Tests
|
||||
|
||||
console : IO ()
|
||||
console = consoleRunner Tests.all
|
||||
|
||||
port runner : Signal (Task.Task x ())
|
||||
port runner = run console
|
||||
Reference in New Issue
Block a user