Write a Jest test for an async function fetchUserName. Test that it resolves to the correct name and that it rejects on error.
Click Run to test your code