Remove tests

This commit is contained in:
Richard Feldman
2016-09-02 22:38:46 -07:00
parent 989fefb2bd
commit ef67ff3537
10 changed files with 0 additions and 252 deletions

View File

@@ -1,18 +0,0 @@
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