From 454f7825b971b4a1af6b39a5e25967c718ab1ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcholas=20Andr=C3=A9?= Date: Thu, 14 Mar 2024 11:50:44 -0300 Subject: [PATCH] chore: remove test from the theme --- wp/10up-theme/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/wp/10up-theme/package.json b/wp/10up-theme/package.json index 9e5f9ac51..5c38a3473 100644 --- a/wp/10up-theme/package.json +++ b/wp/10up-theme/package.json @@ -8,7 +8,6 @@ "format-js": "10up-toolkit format-js", "lint-js": "10up-toolkit lint-js", "lint-style": "10up-toolkit lint-style", - "test": "10up-toolkit test-unit-jest", "clean-dist": "rm -rf ./dist", "scaffold:block": "cd includes/blocks/ && wp-create-block --no-plugin --template ../../../../bin/create-block-template" },