ackama / rails-template

Application template for Rails 7 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Other
294 stars 15 forks source link

feat: import Jest config type from `jest` rather than `@jest/types` #542

Closed G-Rath closed 5 months ago

G-Rath commented 5 months ago

TIL jest re-exports this type from @jest/types, which means we can drop it as a direct dependency