From 94d479d977f689b267ef984a12d9eb015f385547 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 19 Apr 2023 12:32:16 +0200 Subject: [PATCH] fix: remove default test script Signed-off-by: Gabriel --- packages/ui-components/resizing-anchor/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ui-components/resizing-anchor/package.json b/packages/ui-components/resizing-anchor/package.json index 5df84aacfa..368885050e 100644 --- a/packages/ui-components/resizing-anchor/package.json +++ b/packages/ui-components/resizing-anchor/package.json @@ -25,7 +25,6 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "webpack", - "test:unit": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" },