package.json: add script to run unit tests with cockpit

This commit is contained in:
Sanne Raymaekers 2025-01-29 16:33:20 +01:00 committed by Klara Simickova
parent a0a1fa223c
commit e46a575186

View file

@ -103,6 +103,7 @@
"test": "TZ=UTC vitest run",
"test:watch": "TZ=UTC vitest",
"test:coverage": "TZ=UTC vitest run --coverage",
"test:cockpit": "TZ=UTC IS_ON_PREMISE=true vitest run -t 'Images Table render ImagesTable'",
"build": "fec build",
"build:cockpit": "webpack --config cockpit/webpack.config.ts",
"api": "npm-run-all api:pull api:generate",