From 1d70cd4f3e3bb366d7902d4fad09c9faf2c78620 Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 17 Apr 2025 13:05:36 +0200 Subject: [PATCH] package.json: add unit test update script (#198) Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b05f967d..eca1866c 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "test:component": "cypress run --component --browser electron", "test:unit": "npm run test:unit:dev -- run --coverage", "test:unit:dev": "vitest", + "test:unit:update": "npm run test:unit:dev -- run --coverage -u", "docs:generate": "typedoc --includeVersion --navigation.includeCategories true --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-coverage src/index.tsx", "update": "npx npm-check-updates" },