Update documentation/docs/05-misc/02-testing.md

pull/12600/head
Rich Harris 2 years ago committed by GitHub
parent f913745b2f
commit fd68c0c6bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,7 +2,7 @@
title: Testing title: Testing
--- ---
Testing helps you write and maintain your code and guard against regressions. Testing frameworks help you with that, allowing you to describe assertions or expectations about how your code should behave. Svelte is unopinionated about which testing framework you use, so you can write unit tests, integration tests, and end-to-end tests using solutions like Vitest, Jasmine, Cypress and Playwright. Testing helps you write and maintain your code and guard against regressions. Testing frameworks help you with that, allowing you to describe assertions or expectations about how your code should behave. Svelte is unopinionated about which testing framework you use you can write unit tests, integration tests, and end-to-end tests using solutions like Vitest, Jasmine, Cypress and Playwright.
## Unit and integration testing using Vitest ## Unit and integration testing using Vitest

Loading…
Cancel
Save