-
Notifications
You must be signed in to change notification settings - Fork 10
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
Tests Refactoring #60
base: next
Are you sure you want to change the base?
Conversation
- Set up Turborepo - Add `tsup` - Move shared test package to `/common` - Remove `husky` hooks - Remove `babel` - Move env variables to root folder
- separate `giveth` module into its own package - separate `aragonos` module into its own package
- migrate `aragonos` tests to `vitest`. - use `hardhat` instead of `anvil` due to multiple forked chain processes execution. - create chain manager express app to orchestrate multiple forked chains on concurrent tests executions.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
64229bb
to
4352c98
Compare
ce9c936
to
ea27383
Compare
7cede20
to
590607f
Compare
It adds the following:
vitest
.