Skip to content

Commit

Permalink
chore: add missing comma (#9999)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetric committed May 7, 2020
1 parent 6b24ff1 commit 0a4e4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ class Index extends React.Component {
{
content: (
<translate>
Jest uses a custom resolver for imports in your tests
Jest uses a custom resolver for imports in your tests,
making it simple to mock any object outside of your test’s
scope. You can use mocked imports with the rich [Mock
Functions](https://jestjs.io/docs/en/mock-functions.html)
Expand Down

0 comments on commit 0a4e4a1

Please sign in to comment.