Description
we have jest tests that do not `await waitFor` and call `waitFor` on it's own. The test code inside the waitFor param will not run if we do not use `await` and could result in a false positive.
we have jest tests that do not `await waitFor` and call `waitFor` on it's own. The test code inside the waitFor param will not run if we do not use `await` and could result in a false positive.