Skip to content

Instantly share code, notes, and snippets.

@rogeriochaves
Last active January 17, 2016 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogeriochaves/6b516ce7c7c38756b94e to your computer and use it in GitHub Desktop.
Save rogeriochaves/6b516ce7c7c38756b94e to your computer and use it in GitHub Desktop.
module Main where
import Task
import Console exposing (..)
import Graphics.Element exposing (Element)
import ElmTest exposing (..)
import Example
tests : Test
tests =
Example.tests
main : Element
main =
elementRunner tests
port runner : Signal (Task.Task x ())
port runner =
Console.run <| consoleRunner tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment