describe vs test jest code example
Example: jest it vs test
// In the docs it says:
// it is an alias of test. So they are exactly the same.
// it() -> test()
// In the docs it says:
// it is an alias of test. So they are exactly the same.
// it() -> test()