elm-pages-v3-beta/tests/Example.elm

11 lines
293 B
Elm
Raw Normal View History

2019-07-22 18:11:26 +03:00
module Example exposing (..)
import Expect exposing (Expectation)
import Fuzz exposing (Fuzzer, int, list, string)
import Test exposing (..)
suite : Test
suite =
todo "Implement our first test. See https://package.elm-lang.org/packages/elm-explorations/test/latest for how to do this!"