Skip to content

Commit afbd58a

Browse files
committed
Fixed default value of Configuration#alwaysListPendingSpecs
1 parent 557902d commit afbd58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jasmine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ class Jasmine {
311311
* failures.
312312
* @name Configuration#alwaysListPendingSpecs
313313
* @type boolean | undefined
314-
* @default false
314+
* @default true
315315
*/
316316
if (config.alwaysListPendingSpecs !== undefined) {
317317
this.alwaysListPendingSpecs(config.alwaysListPendingSpecs);

0 commit comments

Comments
 (0)