-
Notifications
You must be signed in to change notification settings - Fork 25
Replace Jest with a modern built-in suite #368
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Checklist
- I agree to the terms within the OpenFGA Code of Conduct.
Describe the problem you'd like to have solved
Our mantra across all OpenFGA SDKs has consistently been to minimize dependencies as much as we possibly can.
This is especially true with the recent security issues affecting dependencies.
Node 20+ now has a built-in test runner we can use that we should consider supporting and replacing Jest with
This will allow us to drop from our direct dependencies:
- @types/jest
- jest
- ts-jest
Describe the ideal solution
.
Alternatives and current workarounds
No response
References
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Intake