Skip to content

Commit

Permalink
chore: typo (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingxy committed Jun 14, 2022
1 parent 0b639b1 commit 2e16fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/comparisons.md
Expand Up @@ -6,7 +6,7 @@

## Cypress

[Cypress](https://www.cypress.io/) is a browser-based test runner and a complimentary tool to Vitest. If you'd like to use Cypress, we suggest using Vitest for all headless logic in your application and Cypress for all browser-based logic.
[Cypress](https://www.cypress.io/) is a browser-based test runner and a complementary tool to Vitest. If you'd like to use Cypress, we suggest using Vitest for all headless logic in your application and Cypress for all browser-based logic.

Cypress is known as an end-to-end testing tool, however their [new component test runner](https://on.cypress.io/component) has great support for testing Vite components and is an ideal choice to test anything that renders in a browser.

Expand Down

0 comments on commit 2e16fb9

Please sign in to comment.