Move tests around

This commit is contained in:
Richard Feldman
2016-08-19 04:54:08 -07:00
parent 2b5049f438
commit 43eede09ed
6 changed files with 9 additions and 16 deletions

View File

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