Skip to content

Commit

Permalink
Update creator.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
CamilleTeruel authored Sep 22, 2024
1 parent acdc751 commit 780387a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/create/browser/creator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function getFrameworkTestPackage(framework: string) {
case 'preact':
return '@testing-library/preact'
case 'solid':
return 'solid-testing-library'
return '@solidjs/testing-library'
case 'marko':
return '@marko/testing-library'
}
Expand Down

0 comments on commit 780387a

Please sign in to comment.