Skip to content

Commit af488e6

Browse files
author
Jeff McRiffey
committed
count failed specs
1 parent 801ab2b commit af488e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/_patch/jasmine2-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
results.passed++;
1515
} else {
1616
results.tracebacks.push(specs[spec].description);
17-
results.failed = true;
17+
results.failed++;
1818
}
1919
}
2020

0 commit comments

Comments
 (0)