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

fix: testing env #165

Merged
merged 3 commits into from
Jan 9, 2025
Merged

fix: testing env #165

merged 3 commits into from
Jan 9, 2025

Conversation

VGabriel45
Copy link
Collaborator

@VGabriel45 VGabriel45 commented Jan 8, 2025

PR-Codex overview

This PR focuses on enhancing the testing configuration and improving the implementation of smart sessions in the bico.paymaster module, including modifications to assertions and the introduction of new utility functions.

Detailed summary

  • Added sequence configuration in vitest.config.ts.
  • Enabled the describe block for bico.paymaster.
  • Updated imports in toSmartSessionValidator.enable.mode.test.ts.
  • Changed paymasterUrl to a specific network in beforeAll.
  • Updated eoaAccount type from PrivateKeyAccount to Account.
  • Introduced testClient and called fundAndDeployClients.
  • Modified assertions to use boolean values instead of strings.
  • Ensured signer is explicitly typed as Signer.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

github-actions bot commented Jan 8, 2025

size-limit report 📦

Path Size
core (esm) 16.32 KB (0%)
core (cjs) 22.77 KB (0%)
bundler (tree-shaking) 518 B (0%)
paymaster (tree-shaking) 543 B (0%)

@VGabriel45 VGabriel45 requested a review from joepegler January 9, 2025 10:58
@joepegler joepegler merged commit 9714916 into develop Jan 9, 2025
5 checks passed
@joepegler joepegler deleted the fix/testing_env branch January 9, 2025 10:59
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