Skip to content

Commit

Permalink
fix(presets): added @types/testing-library__ to jsUnitTest preset (#2…
Browse files Browse the repository at this point in the history
…4338)

Co-authored-by: Rhys Arkins <rhys@arkins.net>
  • Loading branch information
jguddas and rarkins committed Sep 26, 2023
1 parent 27fe06c commit f34b525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/presets/internal/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const presets: Record<string, Preset> = {
],
matchPackagePrefixes: [
'@testing-library',
'@types/testing-library__',
'@vitest',
'chai',
'jest',
Expand Down

0 comments on commit f34b525

Please sign in to comment.