Slide 37
Slide 37 text
Jest 提供的 API
• expect
• .toBe(value)
• .not
• .toBeTruthy(), .toBeFalsy()
• .toEqual(value)
• .toBeCalled()
• .toBeCalledWith(arg1, arg2, …)
http://www.ruanyifeng.com/blog/2015/12/a-mocha-tutorial-of-examples.html
https://facebook.github.io/jest/docs/expect.html#content