From 42556e3332fbec8c71719dcd02e5f6d8092b39b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Ferretti?= Date: Tue, 30 Aug 2022 11:59:41 +0200 Subject: [PATCH] docs(testing): type `customJestConfig` in `jest.config.js` --- docs/testing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/testing.md b/docs/testing.md index f185d0eac486..e3504d418de3 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -281,6 +281,7 @@ const createJestConfig = nextJest({ }) // Add any custom config to be passed to Jest +/** @type {import('jest').Config} */ const customJestConfig = { // Add more setup options before each test is run // setupFilesAfterEnv: ['/jest.setup.js'],