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

test: Add Tests and Improve Test Coverage for packages/web3/src/contract #469

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

martinvibes
Copy link

@martinvibes martinvibes commented Nov 25, 2024

test: add test for non tested files and improved test converage #453

@martinvibes
Copy link
Author

hey @polarker this test really stressed me out
but learnt alot :)

@@ -1,24 +1,8 @@
/*
Copy link
Member

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?

Copy link
Member

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.

Copy link
Author

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 😔

@h0ngcha0
Copy link
Member

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

@martinvibes
Copy link
Author

hey @h0ngcha0 @polarker it is building and passing successfully too on my end

image

@h0ngcha0
Copy link
Member

hey @h0ngcha0 @polarker it is building and passing successfully too on my end

image

It doesn't build for me:

image

@martinvibes
Copy link
Author

You have to cd into packages/web3 then build

@h0ngcha0
Copy link
Member

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

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

Successfully merging this pull request may close these issues.

2 participants