Skip to content

Commit

Permalink
Fixed default value of Configuration#alwaysListPendingSpecs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Oct 9, 2022
1 parent 557902d commit afbd58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jasmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ class Jasmine {
* failures.
* @name Configuration#alwaysListPendingSpecs
* @type boolean | undefined
* @default false
* @default true
*/
if (config.alwaysListPendingSpecs !== undefined) {
this.alwaysListPendingSpecs(config.alwaysListPendingSpecs);
Expand Down

0 comments on commit afbd58a

Please sign in to comment.