Skip to content

Commit 08606f3

Browse files
author
helabenkhalfallah
committed
fix(*): hpc vmware public tests config
ref: #MANAGER-20363 Signed-off-by: helabenkhalfallah <[email protected]>
1 parent 4da964f commit 08606f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/manager/apps/hpc-vmware-public-vcf-aas/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
"author": "OVH SAS",
1313
"scripts": {
1414
"build": "tsc && vite build",
15-
"coverage": "manager-test run --coverage",
1615
"start": "tsc && vite",
17-
"test": "manager-test run",
18-
"test:coverage": "manager-test run --coverage"
16+
"test": "manager-test --config vitest.config.mjs run",
17+
"test:coverage": "manager-test --config vitest.config.mjs run --coverage"
1918
},
2019
"dependencies": {
2120
"@hookform/resolvers": "5.1.1",

0 commit comments

Comments
 (0)