mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
* [monorepo] migrate build scripts to Jenkins * [fraud-dash] fix integration with monorepo GitOrigin-RevId: 6a30ec5ea68a1eae9b663faf9ccdc741ec7f9cf8
9 lines
231 B
JavaScript
9 lines
231 B
JavaScript
module.exports = {
|
|
reporterEnabled: 'spec, mocha-junit-reporter',
|
|
mochaJunitReporterReporterOptions: {
|
|
mochaFile: `reports/junit-mocha-${process.env.MOCHA_GREP}.xml`,
|
|
includePending: true,
|
|
jenkinsMode: true,
|
|
},
|
|
}
|