You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi again, I'm having issues with the way do notation is compiled as tests, wondering if this is an issue or if there's something i could be doing differently
main::SpecUnit
main = describe "Test.DocTest.Effect.Worker" $ do
it "value spec in docs from: sendMsg" $ show (unsafePerformEffect $ do log "help!"
mempty) `shouldEqual`"unit"
pure unit
The text was updated successfully, but these errors were encountered:
Hi again, I'm having issues with the way
do
notation is compiled as tests, wondering if this is an issue or if there's something i could be doing differentlycompiles to invalid test code:
The text was updated successfully, but these errors were encountered: