Some of our E2E tests and possibly database tests are a bit flaky, in order to try to make the results of our CI a bit more reliable we just rerun them a few times and short circuit if any of them work.
Also adding the ci flag to Jest as I noticed we don't have it so it'll fail instead of adding new snapshots if it encounters a snapshot statement without a snapshot attributed to it
Some of our E2E tests and possibly database tests are a bit flaky, in order to try to make the results of our CI a bit more reliable we just rerun them a few times and short circuit if any of them work.
Also adding the ci flag to Jest as I noticed we don't have it so it'll fail instead of adding new snapshots if it encounters a snapshot statement without a snapshot attributed to it