我试图验证 chai 承诺中的布尔值,如下所示,
expect(2==2).to.eventually.equal(true);
但我收到以下错误:
E/launcher - true is not a thenable.
谁能帮助我如何使用 chai promise 验证布尔值。
我试图验证 chai 承诺中的布尔值,如下所示,
expect(2==2).to.eventually.equal(true);
但我收到以下错误:
E/launcher - true is not a thenable.
谁能帮助我如何使用 chai promise 验证布尔值。