My setup involves TypeScript and Jest tests placed alongside my source files. For example:
- someDir
- someCode.ts
- someCode.spec.ts
However, when attempting to import the text-report.xml file (which seems to be correctly formatted), an error occurs:
'Line X report refers to a file which is not configured as a test file: /someDir/someCode.spec.ts'
I am wondering what configuration changes I need in the Sonarqube properties to differentiate between test files and source files?