From caaa28cbf457abfc15087108364bb37d193d0307 Mon Sep 17 00:00:00 2001 From: Denys Butenko Date: Wed, 15 May 2024 19:49:34 +0700 Subject: [PATCH] NAS-128451: Port WidgetSysInfoComponent to new dashboard --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea87d1b41a1..f96ef0fd117 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test": "jest", "test:watch": "jest --watch", "test:ci": "jest --runInBand", - "test:pr": "yarn run check-env -s && echo 'Setting up temporary environment file...\\n' && yarn run ui remote -i 'headless.local' && jest --coverage --maxWorkers=2 src/app/pages/dashboard/components", + "test:pr": "yarn run check-env -s && echo 'Setting up temporary environment file...\\n' && yarn run ui remote -i 'headless.local' && jest --coverage --maxWorkers=2", "test:changed": "node scripts/test_changed.js", "lint": "ng lint && stylelint 'src/**/*.scss' && markuplint 'src/**/*.html'", "lint:fix": "ng lint --fix && stylelint --fix 'src/**/*.scss' && markuplint --fix 'src/**/*.html'",