Skip to content

Commit a045d07

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/manager/apps/identity-access-management/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"author": "OVH SAS",
1313
"scripts": {
1414
"build": "tsc && vite build",
15-
"coverage": "manager-test run --coverage",
1615
"lint": "eslint ./src",
1716
"start": "vite",
18-
"test": "manager-test run"
17+
"test": "manager-test --config vitest.config.mjs run",
18+
"test:coverage": "manager-test --config vitest.config.mjs run --coverage"
1919
},
2020
"dependencies": {
2121
"@ovh-ux/manager-common-translations": "^0.24.0",

packages/manager/apps/veeam-backup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"scripts": {
1414
"build": "tsc && vite build",
1515
"start": "tsc && vite",
16-
"test": "manager-test run",
17-
"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"
1818
},
1919
"dependencies": {
2020
"@ovh-ux/manager-common-translations": "^0.9.1",

0 commit comments

Comments
 (0)