From 0a57c98ac8c4ca1906291ce489611ab16784ca9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Sun, 3 May 2020 13:34:27 +0200 Subject: [PATCH] update frameworks guide to be generic --- docs/TestingFrameworks.md | 10 +++++----- .../versioned_docs/version-25.1/TestingFrameworks.md | 6 +++++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/TestingFrameworks.md b/docs/TestingFrameworks.md index 6318f929ce86..e00412e4df23 100644 --- a/docs/TestingFrameworks.md +++ b/docs/TestingFrameworks.md @@ -3,7 +3,11 @@ id: testing-frameworks title: Testing Web Frameworks --- -Although Jest may be considered a React-specific test runner, in fact it is a universal testing platform, with the ability to adapt to any JavaScript library or framework. In this section we'd like to link to community posts and articles about integrating Jest into other popular JS libraries. +Jest is a universal testing platform, with the ability to adapt to any JavaScript library or framework. In this section we'd like to link to community posts and articles about integrating Jest into popular JS libraries. + +## React + +- [Testing ReactJS components with Jest](https://github.com/testing-library/react-testing-library) by Kent C. Dodds ([@kentcdodds](https://twitter.com/kentcdodds)) ## Vue.js @@ -20,10 +24,6 @@ Although Jest may be considered a React-specific test runner, in fact it is a un - [Testing Angular faster with Jest](https://www.xfive.co/blog/testing-angular-faster-jest/) by Michał Pierzchała ([@thymikee](https://twitter.com/thymikee)) -## React - -- [Testing ReactJS components with Jest](https://github.com/testing-library/react-testing-library) by Kent C. Dodds ([@kentcdodds](https://twitter.com/kentcdodds)) - ## MobX - [How to Test React and MobX with Jest](https://semaphoreci.com/community/tutorials/how-to-test-react-and-mobx-with-jest) by Will Stern ([@willsterndev](https://twitter.com/willsterndev)) diff --git a/website/versioned_docs/version-25.1/TestingFrameworks.md b/website/versioned_docs/version-25.1/TestingFrameworks.md index 3595fa090d8e..25a594305b3b 100644 --- a/website/versioned_docs/version-25.1/TestingFrameworks.md +++ b/website/versioned_docs/version-25.1/TestingFrameworks.md @@ -4,7 +4,11 @@ title: Testing Web Frameworks original_id: testing-frameworks --- -Although Jest may be considered a React-specific test runner, in fact it is a universal testing platform, with the ability to adapt to any JavaScript library or framework. In this section we'd like to link to community posts and articles about integrating Jest into other popular JS libraries. +Jest is a universal testing platform, with the ability to adapt to any JavaScript library or framework. In this section we'd like to link to community posts and articles about integrating Jest into popular JS libraries. + +## React + +- [Testing ReactJS components with Jest](https://github.com/testing-library/react-testing-library) by Kent C. Dodds ([@kentcdodds](https://twitter.com/kentcdodds)) ## Vue.js