What is the difference between 'it' and 'test' in Jest?
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 difference between them? describe('updateAll', ()...