Skip to content

Commit 4e552fd

Browse files
NataliaTepluhinamostafa-nematpour
authored andcommitted
fix: removed outdated test libraries
Close vuejs/docs#2429
1 parent c588b1e commit 4e552fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/guide/scaling-up/testing.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ A component can be tested in two ways:
105105

106106
### Other Options {#other-options}
107107

108-
- [Peeky](https://peeky.dev/) is another fast unit test runner with first-class Vite integration. It is also created by a Vue core team member and offers a GUI-based testing interface.
109-
110-
- [Jest](https://jestjs.io/) is a popular unit testing framework, and can be made to work with Vite via the [vite-jest](https://github.com/sodatea/vite-jest) package. However, we only recommend Jest if you have an existing Jest test suite that needs to be migrated over to a Vite-based project, as Vitest offers a more seamless integration and better performance.
108+
- [Jest](https://jestjs.io/) is a popular unit testing framework. However, we only recommend Jest if you have an existing Jest test suite that needs to be migrated over to a Vite-based project, as Vitest offers a more seamless integration and better performance.
111109

112110
## Component Testing {#component-testing}
113111

0 commit comments

Comments
 (0)