pr3-elm/aufgaben/tests/Pflichtuebung_01/Pu01Tests.elm

11 lines
312 B
Elm
Raw Normal View History

module Pflichtuebung_01.Pu01Tests 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!"