I have two tests in my test group. One of the tests use it and the other one uses test. Both of them seem to be working very similarly. What is the dif
it
test
The Jest docs state it is an alias of test. So they are exactly the same.