From db643a1cc8b8ff02b524ff258074ea8c92012af6 Mon Sep 17 00:00:00 2001 From: Sam Pierce Lolla Date: Sun, 16 May 2021 03:53:50 -0400 Subject: [PATCH] Link to Jest config (#11106) --- docs/Puppeteer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Puppeteer.md b/docs/Puppeteer.md index 504056c75992..237d7dcce664 100644 --- a/docs/Puppeteer.md +++ b/docs/Puppeteer.md @@ -17,7 +17,7 @@ With the [Global Setup/Teardown](Configuration.md#globalsetup-string) and [Async yarn add --dev jest-puppeteer ``` -2. Specify preset in your Jest configuration: +2. Specify preset in your [Jest configuration](Configuration.md): ```json {