add junit

This commit is contained in:
Николай Вигдоров
2025-03-08 18:09:31 +03:00
parent cc32f99c32
commit c95ef5207b
4 changed files with 38 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"dev": "webpack serve --mode=development --open=false",
"build": "webpack --mode=production",
"lint": "eslint -c .eslintrc.json src --fix",
"test": "jest --coverage"
"test": "jest --coverage --verbose"
},
"repository": {
"type": "git",
@ -33,6 +33,7 @@
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.0.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"mini-css-extract-plugin": "^1.3.5",
"webpack": "^5.21.1",
"webpack-cli": "^4.5.0",