-
Notifications
You must be signed in to change notification settings - Fork 77
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
feat: testcontainers integration #386
Conversation
viraj124
commented
Jan 24, 2025
•
edited
Loading
edited
- closes (test): switch to testcontainers for integration tests #382
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.
Test CIs seem to be failing - commented through internal channels
@@ -357,6 +362,7 @@ describe('Transferring ETH', async function () { | |||
let ethereumETHReceiverAddress: string; | |||
let withdrawMessageProof: MessageProof; | |||
let rateLimitDuration: bigint; | |||
// let fuel_signer2: FuelWallet; |
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.
do we need this?
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.
removed
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.
lgtm, few nits.