Update checked-in dependencies
This commit is contained in:
parent
3ba511a8f1
commit
1c4c64199f
175 changed files with 13227 additions and 15136 deletions
2
node_modules/@sinonjs/commons/lib/every.js
generated
vendored
2
node_modules/@sinonjs/commons/lib/every.js
generated
vendored
|
|
@ -12,7 +12,7 @@ module.exports = function every(obj, fn) {
|
|||
var pass = true;
|
||||
|
||||
try {
|
||||
/* eslint-disable-next-line local-rules/no-prototype-methods */
|
||||
// eslint-disable-next-line @sinonjs/no-prototype-methods/no-prototype-methods
|
||||
obj.forEach(function() {
|
||||
if (!fn.apply(this, arguments)) {
|
||||
// Throwing an error is the only way to break `forEach`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue