package.json: add script to run unit tests with cockpit
This commit is contained in:
parent
a0a1fa223c
commit
e46a575186
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue