Skip to content
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

feat(ts/jest): move jest config to ts file #2542

Merged
merged 2 commits into from
Apr 18, 2024
Merged

Conversation

firestack
Copy link
Member

It's a little annoying when you have to reference docs without autocomplete to edit or modify jest config. This moves it into it's own config file that's also typescript so we can have a typed config :)

@firestack firestack self-assigned this Apr 16, 2024
@firestack firestack changed the title Kf/cleanup/jest config feat(ts/jest): move jest config to ts file Apr 16, 2024
Copy link

Coverage of commit 2331fbe

Summary coverage rate:
  lines......: 94.3% (3220 of 3415 lines)
  functions..: 73.9% (1333 of 1804 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@firestack firestack marked this pull request as ready for review April 16, 2024 15:35
@firestack firestack requested a review from a team as a code owner April 16, 2024 15:35
Copy link
Contributor

@joshlarson joshlarson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@firestack firestack force-pushed the kf/cleanup/jest-config branch from 2331fbe to de080b2 Compare April 18, 2024 20:46
Copy link

Coverage of commit de080b2

Summary coverage rate:
  lines......: 93.9% (3218 of 3426 lines)
  functions..: 73.8% (1332 of 1805 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@firestack firestack merged commit 6410fd2 into main Apr 18, 2024
9 checks passed
@firestack firestack deleted the kf/cleanup/jest-config branch April 18, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants