【发布时间】:2018-09-18 17:33:33
【问题描述】:
在this cypress example 中,我发现onCall() 方法似乎是“Sinon”,因为我发现它here。 Cypress 中支持的断言提到了here,它包括sinon-chai,其中没有提到onCall()。
我的问题:究竟支持哪些断言,因为 onCall() 支持似乎没有记录在案?
【问题讨论】:
标签: javascript sinon assertions sinon-chai cypress