From b49f0f6a9e38a8d55ac758fd70e4025c6902289d Mon Sep 17 00:00:00 2001 From: Dominik Broj <19861998+thetric@users.noreply.github.com> Date: Thu, 7 May 2020 20:52:42 +0200 Subject: [PATCH] chore: add missing comma --- website/pages/en/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/index.js b/website/pages/en/index.js index d8b4b9448521..cbb880a7e3b9 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -400,7 +400,7 @@ class Index extends React.Component { { content: ( - 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)