-
Sinon is apparently not playing well with webpack. Would phantomjs?
-
I attempted to add this test:
```
test('Sinon integration should function', function(t) {
t.test('A Sinon spy should collect calls', function(st){
var snsSpy = sinon.spy();
awsMock.mo…
-
I've tried this code from the main enzyme page:
```
it('simulates click events', () => {
const onButtonClick = sinon.spy();
const wrapper = shallow(
);
wrapper.find('button')…
ghost updated
7 years ago
-
There are issues running Leo with zone.js, need to fix the runtime errors thrown there.
-
A pre-built Sinon isn't fetched by Bower, we will need to build it ourselves.
In the meantime, do the following as a workaround, starting at the B3 project root:
```
$ cd bower_components/sinon
$ ge…
-
See reproduction (open console): https://ember-twiddle.com/969a3d23d9ef9b6ae643cff85cb07183?openFiles=twiddle.json%2C
sinon enumerates objects and thus finds and accesses deprecated properties, cau…
-
Intégration du multijoueur
Création de la base de donnée
Création des classes et méthodes permettant d'interroger la base de donnée en continue sur la position des autres joueurs
Etapes :
Quand le jo…
-
Changelog for Sinon: https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md
The following is the error that appears when running the built-in tests after bumping Sinon in the dev dependency list…
-
I'm having trouble making sinon-chrome stubs work with `sinon.match`.
I use webpack, karma, mocha and sinon-chai. The spec below may reproduce the error.
It looks like sinon-chrome's stub doesn'…
crimx updated
6 years ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …