mirror of
https://github.com/correl/elm.git
synced 2025-03-07 12:43:36 -10:00
commit
d1be88167f
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue