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/value-to-string.js
generated
vendored
2
node_modules/@sinonjs/commons/lib/value-to-string.js
generated
vendored
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
function valueToString(value) {
|
||||
if (value && value.toString) {
|
||||
/* eslint-disable-next-line local-rules/no-prototype-methods */
|
||||
// eslint-disable-next-line @sinonjs/no-prototype-methods/no-prototype-methods
|
||||
return value.toString();
|
||||
}
|
||||
return String(value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue