Jest测试语法系列之Expect

Methods Expect主要用于实现验证操做,Jest的Expect提供了以下的验证方法:前端 expect(value) expect.extend(matchers) expect.anything() expect.any(constructor) expect.arrayContaining(array) expect.assertions(number) expect.hasAsse
相关文章
相关标签/搜索