Move tests around
This commit is contained in:
16
part8/tests/HtmlRunner.elm
Normal file
16
part8/tests/HtmlRunner.elm
Normal 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
|
||||
Reference in New Issue
Block a user