Closed slagyr closed 9 years ago
Specs that throw an ex-info are counted as failures but should be errors Specs that throw a js/Error are counted as failure too. Specs that a string abort the test run.
CLJ specs exhibit the same behavior. SpecFailures are not distinguished from other exceptions.
Doh! I looks like convention is to treat errors like failures except in compilation/parse errors.
Specs that throw an ex-info are counted as failures but should be errors Specs that throw a js/Error are counted as failure too. Specs that a string abort the test run.