-
Apparently this was introduced in sinon v.4.1.4 (see sinonjs/sinon#1630), and although it's not documented in the release logs, it does print a warning to the screen already:
```
sinon.reset is de…
hlapp updated
6 years ago
-
I have a file fele.js that specifies all commands that my app needs.
Command Used - Just says hello world when hello is entered.
```javascript
const program = new commander.Command();
const h…
-
```js
// BAD
sinon.assert.calledOnce(stub);
sinon.assert.calledWith(stub, params);
// GOOD
sinon.assert.calledWith(stub, params);
sinon.assert.calledOnce(stub);
```
We should consider `sin…
-
![IMG_0657](https://github.com/user-attachments/assets/5c7d63ca-b252-4671-a460-a6d60ee18854)
![IMG_0658](https://github.com/user-attachments/assets/67a3fae9-07c7-417b-b213-2672fde38ad8)
Rajouter ces…
-
**Is your feature request related to a problem? Please describe.**
We have a large nodejs code base full of fonction expressions such as
```
export const myFunction = () => {
return true
}
…
forty updated
1 month ago
-
Mentioned by @rdjurasaj-usgs.
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
Salut !
Petit truc à corriger, quand on reset la palette de couleur d'une matière ça la reset partout, je sais pas si c'est fait exprès mais c'est un peu embêtant quand on veut retourner à la couleur…
-
A couple of issues with a huge pile of comments shows there is some confusion as to how (if at all possible) one can stub constructors in ES6/ES2015 classes. This has been answered in the comments, bu…
-
sinon.stub().returnsPromise() – no such method.
everything is ok with sinon 4.5.