-
There was an article written a year or so ago with the same basic concept. I took that concept and developed my own internal implementation I have used since then. After reading your article I decided…
-
[working](https://gist.github.com/mchirico/bb5ea5b11860ab37abc0f44457b5843a)
```
import "mocha";
import { expect } from "chai";
import { set, db } from "../src/firebasekick";
import * as si…
-
This issue is spotted during yarn install. How can this be resolved guys ? Thanks alot.
Issue:
markdown-spellcheck@npm:1.3.1 doesn't provide sinon (p2d3db), requested by sinon-as-promised
-
[lien FRP concernée](https://docurba.beta.gouv.fr/frise/7c8257c2-f70b-4bff-adcb-93a6a1b9a577)
Pour rappel, le 12.11, julien a fix un pb sur l'import Sudocuh - cf [cette issue](https://github.com/MT…
-
Je me suis rendu compte d'une limitation qui doit être éliminée pour être user-friendly.
L'ingénieur doit pouvoir entrer une longueur de portée quelconque, qui se situe entre les bornes des valeurs c…
-
Hi again,
Not sure if you've ran into this, but I have `ember-sinon` installed to use Sinon for spying. Unfortunately, after installing `ember-cli-mock-socket`, my tests can no longer find Sinon. Her…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
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
-
```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…
-
https://github.com/ui5-community/generator-ui5-ts-app/blob/efc38410e5ad7802eaff2de2298b711bc0d27259/generators/app/templates/webapp/test/unit/unitTests.qunit.html#L23
loads "sinon.js" from UI5's th…