-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
Is your feature request related to a problem?
Type checking and linting are currently disabled for tests. When migrating to ESLint 9 in #409, this led to issues until tests were excluded
Describe the solution you'd like
- Add tests to TSConfig, instead of excluding them, and fix type checking issues
- Add tests to ESLint config, instead of excluding them, and fix linting issues
Describe alternatives you've considered
Leave tests excluded and risk bugs or issues not caught by type checking or linting.
Additional context
No response
Reactions are currently unavailable