diff options
author | Jérémy Cotineau <jeremy.cotineau@sonarsource.com> | 2024-02-16 17:01:18 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-02-16 20:02:31 +0000 |
commit | e5722fd2f6a41aabdc94c37cca1736ef00e6707f (patch) | |
tree | bf9f45536ebf3b99fe048cf866d7e6fd89a6c5ee /server/sonar-web/design-system | |
parent | c0fe96caaa8a50c17c3c233ec0db3a7f65b7001d (diff) | |
download | sonarqube-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.json | 3 |
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", |