add junit
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user