You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: