From 1948ceadded351a49be076babb3fb7f71c1c3e54 Mon Sep 17 00:00:00 2001 From: MJ Date: Wed, 26 Jan 2022 17:11:57 +0900 Subject: [PATCH] REMOVE: duplicate key, testEnvironment in docs/testing.md --- docs/testing.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index cd9c5239d1507dc..6e1c240d03b13b8 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -341,7 +341,6 @@ module.exports = { '/node_modules/', '^.+\\.module\\.(css|sass|scss)$', ], - testEnvironment: 'jest-environment-jsdom', } ```