We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f613c commit cda3fcdCopy full SHA for cda3fcd
test/Main.purs
@@ -59,8 +59,6 @@ main = runAff throwException (const $ log "affjax: All good!") $ do
59
let ok200 = StatusCode 200
60
let notFound404 = StatusCode 404
61
62
- assertFail "lol"
63
-
64
A.log "GET /mirror: should be 200 OK"
65
(attempt $ affjax $ defaultRequest { url = "/mirror" }) >>= assertRight >>= \res -> do
66
typeIs (res :: AffjaxResponse Foreign)
0 commit comments