From 2a60f04d43501ee13f05972c8c7d81e6431b872f Mon Sep 17 00:00:00 2001 From: George Mamadashvili Date: Fri, 24 May 2024 17:53:34 +0400 Subject: [PATCH] REVERTME: Enable development mode in WP --- .wp-env.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.wp-env.json b/.wp-env.json index 20d5597e54bbc9..57d4e1a72d8610 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -4,6 +4,9 @@ "themes": [ "./test/emptytheme" ], "env": { "tests": { + "config": { + "SCRIPT_DEBUG": true + }, "mappings": { "wp-content/plugins/gutenberg": ".", "wp-content/mu-plugins": "./packages/e2e-tests/mu-plugins",