mmanela / chutzpah

Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.
http://mmanela.github.io/chutzpah/
Apache License 2.0
550 stars 142 forks source link

unable to take care of jasmine spec file if it doesn't contain any test #784

Closed richagupta2020 closed 3 years ago

richagupta2020 commented 4 years ago

I am facing an issue when there are no tests within Jasmine spec file or if there is any syntax error within Jasmine describe then it doesn't show any error message for eg: describe("testdescribe) As you can see in above example I missed adding ending double quotes within describe . So this Chutzpah solution just skip all the test cases from this spec file but it doesn't show any error message

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.