package.json: add unit test update script

This commit is contained in:
mahula 2025-03-21 19:05:29 +01:00
parent 4fc9516715
commit 9e9b89378b

View File

@ -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"
},