标签: elm
大多数单元测试框架支持断言中的字符串在断言失败时打印出来。到目前为止,我没有在elm-test中看到这种能力?(!)
答案 0 :(得分:0)
onFail功能可以为任何其他期望提供自定义失败消息。来自文档:
onFail
"something" |> Expect.equal "something else" |> Expect.onFail "thought those two strings would be the same"