Skip to content

Commit

Permalink
Change vebsite domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Sep 6, 2024
1 parent 4a1d1e8 commit 6b0724f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/integrations/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ You can use Jest as a test runner in Angular apps. Unfortunately, Jest does not

For testing CKEditor 5, it is recommended to use testing frameworks that utilize a real browser and provide a complete DOM implementation. Some popular options include:

* [Vitest](https://vitest.netlify.app/)
* [Vitest](https://vitest.dev/)
* [Playwright](https://playwright.dev/)
* [Cypress](https://www.cypress.io/)

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/integrations/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Jest is the default test runner used by many React apps. Unfortunately, Jest doe

For testing CKEditor 5, it is recommended to use testing frameworks that utilize a real browser and provide a complete DOM implementation. Some popular options include:

* [Vitest](https://vitest.netlify.app/)
* [Vitest](https://vitest.dev/)
* [Playwright](https://playwright.dev/)
* [Cypress](https://www.cypress.io/)

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/integrations/vuejs-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ You can use Jest as a test runner in Vue apps. Unfortunately, Jest does not use

For testing CKEditor 5, it is recommended to use testing frameworks that utilize a real browser and provide a complete DOM implementation. Some popular options include:

* [Vitest](https://vitest.netlify.app/)
* [Vitest](https://vitest.dev/)
* [Playwright](https://playwright.dev/)
* [Cypress](https://www.cypress.io/)

Expand Down

0 comments on commit 6b0724f

Please sign in to comment.