Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function SpecXUnit( runner ) {
mochawesome.call( this, runner, {
reporterOptions: {
overwrite: false,
html: false,
json: true,
reportDir: 'ma-reports',
},
} );
XUnit.call( this, runner, { reporterOptions: { output: reportName } } );
}