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

Tests failing - token.test.ts failing because it is commented out. Cache and goals tests are failing because jest is now switched with vitest #519

Closed
ai16z-demirix opened this issue Nov 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ai16z-demirix
Copy link
Contributor

Describe the bug

Tests are failing:
token.test.ts is failing because it is empty (whole file is commented out). Instead of commenting out, test should be skipped.
goals and cache tests are failing because jest is used for mock functions, but jest is now switched with vitest.

To Reproduce

Navigate to packages/core and run pnpm test
Expected behavior
Tests should not fail because of their setup.

Screenshots

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants
@ai16z-demirix and others