Update checked-in dependencies
This commit is contained in:
parent
1afca056e3
commit
6989ba7bd2
3942 changed files with 55190 additions and 132206 deletions
10
node_modules/@sinonjs/samsam/docs/index.md
generated
vendored
10
node_modules/@sinonjs/samsam/docs/index.md
generated
vendored
|
|
@ -249,7 +249,7 @@ samsam.match(
|
|||
return "yeah";
|
||||
},
|
||||
},
|
||||
"Yeah!"
|
||||
"Yeah!",
|
||||
); // true
|
||||
```
|
||||
|
||||
|
|
@ -278,7 +278,7 @@ samsam.match(
|
|||
return "yeah!";
|
||||
},
|
||||
},
|
||||
/yeah/
|
||||
/yeah/,
|
||||
); // true
|
||||
samsam.match(234, /[a-z]/); // false
|
||||
```
|
||||
|
|
@ -296,7 +296,7 @@ samsam.match(
|
|||
return "42";
|
||||
},
|
||||
},
|
||||
42
|
||||
42,
|
||||
); // true
|
||||
samsam.match(234, 1234); // false
|
||||
```
|
||||
|
|
@ -328,7 +328,7 @@ samsam.match(
|
|||
},
|
||||
function () {
|
||||
return true;
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
// false
|
||||
|
|
@ -367,7 +367,7 @@ samsam.match(
|
|||
},
|
||||
{
|
||||
name: "Chris",
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
// false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue