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,16 +0,0 @@
module HtmlRunner exposing (..)
import Tests
import Test.Runner.Html as Runner
-- To run this:
--
-- cd into part8/test
-- elm-reactor
-- navigate to HtmlRunner.elm
main : Program Never
main =
Runner.run Tests.all