Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to run these tests locally - could you provide a .env.example? #45

Open
hardingjam opened this issue Dec 7, 2023 · 3 comments
Open

Comments

@hardingjam
Copy link

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

@EdsonAlcala
Copy link

@hardingjam Did you manage to run the example locally?

@lukasrosario
Copy link
Collaborator

lukasrosario commented Dec 11, 2023

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

@hardingjam
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants