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
Jest haven't mentioned why they have two versions for the exact same functionality.
My guess is, it's only for convention. test is for unit tests, and it is for integration tests.