Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/TankerHQ/chai-exclude into …
Browse files Browse the repository at this point in the history
…TankerHQ-master
  • Loading branch information
mesaugat committed Sep 22, 2021
2 parents b104b8d + f47fcc9 commit 60d73d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chai-exclude.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function chaiExclude (chai, utils) {
// In case of 'use strict' and babelified code
arguments[0] = val

_super.apply(this, arguments)
return _super.apply(this, arguments)
}
}

Expand Down

0 comments on commit 60d73d1

Please sign in to comment.