aboutsummaryrefslogtreecommitdiffstats
path: root/tests/elm.elm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/elm.elm')
-rw-r--r--tests/elm.elm9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/elm.elm b/tests/elm.elm
new file mode 100644
index 0000000..eab2c8d
--- /dev/null
+++ b/tests/elm.elm
@@ -0,0 +1,9 @@
+module Main exposing (main)
+
+{-| TODO add more dependencies
+-}
+
+
+main =
+ -- TODO remove unnecessary content
+ "Main page"