I am using TypeScript and Jest and have my tests next to my source files. e.g:
For me even after adding sonar.test.inclusions=**/*-spec.js , test reports were not coming. It worked after adding sonar.tests=.(same as sonar.sources)
sonar.test.inclusions=**/*-spec.js
sonar.tests=.(same as sonar.sources)