Skip to content

Commit

Permalink
feat(presets): add vitest to jsUnitTest (#20389)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
  • Loading branch information
3 people committed Apr 19, 2023
1 parent 18d0fbc commit 1637d13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/config/presets/internal/packages.ts
Expand Up @@ -66,9 +66,11 @@ export const presets: Record<string, Preset> = {
'supertest',
'ts-auto-mock',
'ts-jest',
'vitest',
],
matchPackagePrefixes: [
'@testing-library',
'@vitest',
'chai',
'jest',
'mocha',
Expand Down

0 comments on commit 1637d13

Please sign in to comment.