it in jest code example
Example 1: it in jest
Jest is a JavaScript testing framework maintained by Facebook, Inc. with a
focus on simplicity.
It works with projects using: Babel, TypeScript, Node.js, React, Angular and
Vue.js.
It aims to work out of the box and config free.
Example 2: jest it vs test
// In the docs it says:
// it is an alias of test. So they are exactly the same.
// it() -> test()