The Jest docs state it
is an alias of test
. So they are exactly the same from a functional point of view. They exist both to enable to make a readable English sentence from your test.
The Jest docs state it
is an alias of test
. So they are exactly the same from a functional point of view. They exist both to enable to make a readable English sentence from your test.