mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 03:42:04 +03:00
Review fixes.
This commit is contained in:
parent
407c5bccbb
commit
efa0b8dbd7
@ -61,9 +61,7 @@ You can also use it to derive Pending UI or Optimistic UI from a pending form su
|
||||
|
||||
-}
|
||||
|
||||
import Form
|
||||
import Pages.FormData exposing (FormData)
|
||||
import Time
|
||||
import UrlPath exposing (UrlPath)
|
||||
|
||||
|
||||
|
@ -3,7 +3,6 @@ module ApiRouteTests exposing (all)
|
||||
import ApiRoute exposing (..)
|
||||
import BackendTask
|
||||
import Expect
|
||||
import FatalError
|
||||
import Internal.ApiRoute exposing (tryMatch, withRoutes)
|
||||
import Pattern exposing (Pattern(..))
|
||||
import Server.Request
|
||||
|
@ -3,7 +3,6 @@ module CookieTest exposing (all)
|
||||
import CookieParser
|
||||
import Dict
|
||||
import Expect
|
||||
import FatalError
|
||||
import Test exposing (Test, describe, test)
|
||||
|
||||
|
||||
|
@ -2,7 +2,6 @@ module FormDataTest exposing (all)
|
||||
|
||||
import Dict
|
||||
import Expect
|
||||
import FatalError
|
||||
import FormData
|
||||
import Test exposing (Test, describe, test)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
module HeadTests exposing (suite)
|
||||
|
||||
import Expect
|
||||
import FatalError
|
||||
import Head
|
||||
import Json.Decode
|
||||
import Test exposing (Test, describe, test)
|
||||
|
@ -6,7 +6,6 @@ import Elm.CodeGen
|
||||
import Elm.Pretty
|
||||
import Elm.ToString
|
||||
import Expect exposing (Expectation)
|
||||
import FatalError
|
||||
import Fuzz exposing (Fuzzer)
|
||||
import Pages.Internal.RoutePattern as RoutePattern
|
||||
import Pretty
|
||||
|
@ -1,9 +1,8 @@
|
||||
module PathTests exposing (all)
|
||||
|
||||
import Expect
|
||||
import FatalError
|
||||
import UrlPath
|
||||
import Test exposing (Test, describe, test)
|
||||
import UrlPath
|
||||
|
||||
|
||||
all : Test
|
||||
|
@ -1,7 +1,6 @@
|
||||
module RouteTests exposing (all)
|
||||
|
||||
import Expect
|
||||
import FatalError
|
||||
import List.Extra
|
||||
import Regex
|
||||
import Test exposing (Test, describe, test)
|
||||
|
@ -2,7 +2,6 @@ module ServerRequestTest exposing (all)
|
||||
|
||||
import Dict exposing (Dict)
|
||||
import Expect exposing (Expectation)
|
||||
import FatalError
|
||||
import Form
|
||||
import Form.Field as Field
|
||||
import Form.Handler
|
||||
|
@ -1,7 +1,6 @@
|
||||
module SetCookieTest exposing (all)
|
||||
|
||||
import Expect
|
||||
import FatalError
|
||||
import Server.SetCookie exposing (..)
|
||||
import Test exposing (Test, describe, test)
|
||||
import Time
|
||||
|
Loading…
Reference in New Issue
Block a user