chore: Move everything into an internal module

This commit is contained in:
Alexander Kobjolke 2023-12-17 18:50:14 +01:00
parent 796b1697b8
commit a0c0a8354a
4 changed files with 755 additions and 746 deletions

View file

@ -4,7 +4,7 @@ import Expect exposing (Expectation)
import Fuzz exposing (Fuzzer, int, list, string)
import Json.Decode as J
import Json.Encode as Encode exposing (Value)
import PhotoGroove as Testee
import PhotoGroove.Internal as Testee
import Test exposing (..)