How do I disable empty test suites

I would like to disable “empty test suite checking” I chose karma, but google is not being fruitful. How can I disable this for the time being?

1 Like

This might not be the answer to the exact question but you could xdescribe your blocks or xit individual tests to skip them

1 Like

I did do a xit but I believe the suite is failing because now it has 0 tests

1 Like

There is a config for that https://github.com/karma-runner/karma/issues/926

2 Likes