constdefaultConfig={reporters:['default',['jest-qase-reporter',{testops:{api:{token:'api_key',// Replace with your actual API token},project:'project_code',// Replace with your project coderun:{complete:true,},},debug:true,},],],// Other configurations...};module.exports=defaultConfig;