Skip to content

Commit

Permalink
Update running-tests.md (#7659)
Browse files Browse the repository at this point in the history
  • Loading branch information
weyert authored and iansu committed Sep 9, 2019
1 parent c9b9504 commit 0f9e350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/running-tests.md
Expand Up @@ -204,7 +204,7 @@ import App from './App';

it('renders welcome message', () => {
const { getByText } = render(<App />);
expect(getByText('Welcome to React')).toBeInTheDocument();
expect(getByText('Learn React')).toBeInTheDocument();
});
```

Expand Down

0 comments on commit 0f9e350

Please sign in to comment.