Does SonarQube understand QUnit tests?
I run many QUnit tests:
QUnit.test( ‘should do something’, function ( assert ) {})
but Sonar flags the entire test file as having no tests.
Does SonarQube understand QUnit tests?
I run many QUnit tests:
QUnit.test( ‘should do something’, function ( assert ) {})
but Sonar flags the entire test file as having no tests.
Hey there.
What do you mean by “understand”? What are you expecting to see?