jest it vs test

JavaScript
// In the docs it says: 
// it is an alias of test. So they are exactly the same.
// it() -> test()
Source

Also in JavaScript: