Skip to content

Commit

Permalink
add missing right paren
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed May 20, 2024
1 parent e31b9a6 commit c58cbed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/chai/core/assertions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3930,6 +3930,7 @@ Assertion.addProperty('finite', function(msg) {
typeof obj === 'number' && isFinite(obj)
, 'expected #{this} to be a finite number'
, 'expected #{this} to not be a finite number'
)
});

function compare(expected, actual) {
Expand Down

0 comments on commit c58cbed

Please sign in to comment.