What is it in Jest?

What is Jest Framework in Test Automation

Functional wise both “it” and “test” are the same. You can use the “test” block directly on the top level if it doesn’t belong to any group(describe). As per Jest API Doc, “test” is the alias of “it”.