Skip to content

Instantly share code, notes, and snippets.

@jzxhuang
Last active May 8, 2019 04:05
Show Gist options
  • Save jzxhuang/f6592232695e6254b6e41471da19eafd to your computer and use it in GitHub Desktop.
Save jzxhuang/f6592232695e6254b6e41471da19eafd to your computer and use it in GitHub Desktop.
expectStringResponseMocked : Response String -> (Result x a -> msg) -> (Response String -> Result x a) -> Http.Expect msg
expectStringResponseMocked mockResponse toMsg transformer =
Http.expectStringResponse toMsg <|
\_ -> transformer mockResponse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment