fix reports

This commit is contained in:
Николай Вигдоров
2025-03-09 12:49:46 +03:00
parent 9fe60df8d6
commit 3f8e4849f1
3 changed files with 15 additions and 1 deletions

View File

@ -8,7 +8,17 @@
"dev": "webpack serve --mode=development --open=false",
"build": "webpack --mode=production",
"lint": "eslint -c .eslintrc.json src --fix",
"test": "jest --coverage --verbose"
"test": "jest --coverage --verbose",
"test:ci": "jest --coverage --verbose --ci --reporters=default --reporters=jest-junit"
},
"jest-junit": {
"outputDirectory": "reports",
"outputName": "junit.xml",
"ancestorSeparator": " ",
"uniqueOutputName": "false",
"suiteNameTemplate": "{filepath}",
"classNameTemplate": "{classname}",
"titleTemplate": "{title}"
},
"repository": {
"type": "git",