You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or any other information I might need to get tests passing in a cloned version of the repo? I'm trying to re-create this for some hooks generated with @wagmi/cli
The text was updated successfully, but these errors were encountered:
you shouldn't need an env file for the tests. they're a bit flaky but they all have retries on by default so they should pass locally w/ the retries.
can you share more on the issue you're seeing so i can try to dig in more? some steps to reproduce would be great too. @hardingjam
I cloned the repo locally and ran:
pnpm i
pnpm test:cov --retry=3 --bail=1 --run
I've also tried with retry set to 10, and still none of the tests have passed. A colleague has managed to get some passing runnng the same commands though.
Or any other information I might need to get tests passing in a cloned version of the repo? I'm trying to re-create this for some hooks generated with @wagmi/cli
The text was updated successfully, but these errors were encountered: