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