-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Token Provider Tests #185
Comments
I'm taking a look at getting these to run |
In jest or vitest? Because it sounds like we’re switching to vitest now |
@odilitime I was going to fix the existing tests that aren't running first, but can look at rewriting in Vitest too if that's the plan. Edit: Vitest is actually backwards compatible with jest and handles ts and modules much better. I'm sold on vitest. |
Implemented in #1840 |
Task is to look at the following test and verify that they are necessary and working:
core/tests/token.test.ts
The text was updated successfully, but these errors were encountered: