mirror of
https://github.com/Orasund/elm-ui-widgets.git
synced 2024-11-26 15:43:29 +03:00
11 lines
293 B
Elm
11 lines
293 B
Elm
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!"
|