Skip to content

Commit

Permalink
Update running-tests.md (facebook#9380)
Browse files Browse the repository at this point in the history
  • Loading branch information
andycanderson committed Aug 1, 2020
1 parent de27bcf commit 1a6ef92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/running-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Similar to `enzyme` you can create a `src/setupTests.js` file to avoid boilerpla
import '@testing-library/jest-dom';
```

Here's an example of using `react-testing-library` and `jest-dom` for testing that the `<App />` component renders "Welcome to React".
Here's an example of using `react-testing-library` and `jest-dom` for testing that the `<App />` component renders "Learn React".

```js
import React from 'react';
Expand Down

0 comments on commit 1a6ef92

Please sign in to comment.