-
Notifications
You must be signed in to change notification settings - Fork 28
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
test: Add Tests and Improve Test Coverage for packages/web3/src/contract #469
base: master
Are you sure you want to change the base?
Conversation
hey @polarker this test really stressed me out |
@@ -1,24 +1,8 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: Why do we need to change this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unresolve this issue since it is not resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't test that's why 😔
Hey, I can not build and run tests with the branch, could you please make sure that it builds and all tests are executed correctly? pnpm install
npm run build
npm run test |
You have to cd into packages/web3 then build |
It should be able to build at the top directory, that is how CI runs the pipeline as well |
test: add test for non tested files and improved test converage #453