aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system
diff options
context:
space:
mode:
authorJérémy Cotineau <jeremy.cotineau@sonarsource.com>2024-02-16 17:01:18 +0100
committersonartech <sonartech@sonarsource.com>2024-02-16 20:02:31 +0000
commite5722fd2f6a41aabdc94c37cca1736ef00e6707f (patch)
treebf9f45536ebf3b99fe048cf866d7e6fd89a6c5ee /server/sonar-web/design-system
parentc0fe96caaa8a50c17c3c233ec0db3a7f65b7001d (diff)
downloadsonarqube-e5722fd2f6a41aabdc94c37cca1736ef00e6707f.tar.gz
sonarqube-e5722fd2f6a41aabdc94c37cca1736ef00e6707f.zip
SQDEVOPS-372 implement datadog test monitoring in ci
Diffstat (limited to 'server/sonar-web/design-system')
-rw-r--r--server/sonar-web/design-system/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/design-system/package.json b/server/sonar-web/design-system/package.json
index 6d51558547c..ff2373a617d 100644
--- a/server/sonar-web/design-system/package.json
+++ b/server/sonar-web/design-system/package.json
@@ -13,7 +13,7 @@
"lint-report-ci": "yarn install --immutable && eslint --ext js,ts,tsx -f json -o eslint-report/eslint-report.json src || yarn lint",
"test": "jest",
"ts-check": "tsc --noEmit",
- "validate-ci": "yarn install --immutable && yarn ts-check && yarn format-check && yarn test --coverage --ci"
+ "validate-ci": "yarn install --immutable && yarn ts-check && yarn format-check && NODE_OPTIONS=\"-r dd-trace/ci/init\" yarn test --coverage --ci"
},
"devDependencies": {
"@babel/core": "7.23.9",
@@ -36,6 +36,7 @@
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.17",
+ "dd-trace": "4.25.0",
"eslint": "8.56.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.29.1",