Mocha now prints both to xml and console

This commit is contained in:
2023-01-14 23:19:22 +00:00
committed by Stepan Usatiuk
parent b9149464f7
commit 101e2ceed7
3 changed files with 37 additions and 3 deletions

29
package-lock.json generated Normal file → Executable file
View File

@@ -70,7 +70,8 @@
"@types/prettier": "^2.7.2",
"@types/sharp": "^0.31.1",
"@types/supertest": "^2.0.12",
"mocha-junit-reporter": "^2.2.0"
"mocha-junit-reporter": "^2.2.0",
"mocha-multi-reporters": "^1.5.1"
}
},
"node_modules/@cspotcode/source-map-support": {
@@ -4322,6 +4323,22 @@
"mocha": ">=2.2.5"
}
},
"node_modules/mocha-multi-reporters": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/mocha-multi-reporters/-/mocha-multi-reporters-1.5.1.tgz",
"integrity": "sha512-Yb4QJOaGLIcmB0VY7Wif5AjvLMUFAdV57D2TWEva1Y0kU/3LjKpeRVmlMIfuO1SVbauve459kgtIizADqxMWPg==",
"dev": true,
"dependencies": {
"debug": "^4.1.1",
"lodash": "^4.17.15"
},
"engines": {
"node": ">=6.0.0"
},
"peerDependencies": {
"mocha": ">=3.1.2"
}
},
"node_modules/mocha/node_modules/brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
@@ -9686,6 +9703,16 @@
"xml": "^1.0.1"
}
},
"mocha-multi-reporters": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/mocha-multi-reporters/-/mocha-multi-reporters-1.5.1.tgz",
"integrity": "sha512-Yb4QJOaGLIcmB0VY7Wif5AjvLMUFAdV57D2TWEva1Y0kU/3LjKpeRVmlMIfuO1SVbauve459kgtIizADqxMWPg==",
"dev": true,
"requires": {
"debug": "^4.1.1",
"lodash": "^4.17.15"
}
},
"ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",