Skip to content

Commit

Permalink
fix(presets): wrong package matchers (#31095)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Aug 29, 2024
1 parent d1af677 commit 5f7d22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config/presets/internal/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ export const presets: Record<string, Preset> = {
'ts-auto-mock',
'ts-jest',
'vitest',
'@testing-library**',
'@testing-library/**',
'@types/testing-library__**',
'@vitest**',
'@vitest/**',
'chai**',
'jest**',
'mocha**',
Expand Down

0 comments on commit 5f7d22e

Please sign in to comment.