Skip to content

Commit

Permalink
update frameworks guide to be generic
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed May 3, 2020
1 parent 8d1997e commit 0a57c98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/TestingFrameworks.md
Expand Up @@ -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

Expand All @@ -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))
Expand Down
6 changes: 5 additions & 1 deletion website/versioned_docs/version-25.1/TestingFrameworks.md
Expand Up @@ -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

Expand Down

0 comments on commit 0a57c98

Please sign in to comment.