-
### Summary
Building out of the box generates the following error : has no exported member 'FakeTimerInstallOpts'
### Steps To Reproduce:
1. yarn install
1. yarn prepack
### Expected res…
-
Bonjour,
Merci pour ce plugin !
Il semble y avoir un problème pour la récupération des informations de marée.
Après analyse du code source, l'URI semble erroné dans la fonction `getMaree()`.
…
-
Let's get rid of `sinon` and just use jest's built-in mock functions.
Also, we use `jest.mock` in a pretty sub-optimal way. We really shouldn't be doing `jest.mock` calls inside of functions. Those…
-
We use `$.get` for our XHRs in `RecordStore`. Due to the vagaries of using jQuery under node, this makes it extremely hard to mock out the XHRs when testing. We wound up using dependency injection in …
danvk updated
9 years ago
-
Créer une url de retour à paramétrer dans les salons de Classe Virtuelle (lorsque l'url d'authentification ÉduConnect est activée). Lorsque l'utilisateur revient dessus, il faut que, selon la valeur d…
-
That's the behaviour I'm experiencing, but I can't find anything about it in the docs other than this example http://docs.busterjs.org/en/latest/modules/buster-test/test-case/#setup-and-teardown, wher…
-
Bonjour,
Depuis la mise à jour Karuta Frontend 2.4.1-b8, plus aucun batch ne fonctionne.
Ils affichent tous la même erreur : "Either model_code is not defined, or that the CSV file wasn't parsed pro…
-
- [ ] **[Demande d'affiliation]** : Le gestionnaire peut autoriser ou refuser une demande d’affiliation. Un mail est envoyé à l’utilisateur l’informant de l’acceptation ou du refus de son affiliation…
-
It might be logical reasons that I don't know about, but I wonder about some of the name differences between sinon-methods:
spy.notCalledWith
assert.neverCalledWith
Should they have the same na…
henit updated
4 years ago
-
Hi,
I would like to test this component :
``` javascript
import {Component, Inject} from "ng-forward";
import {TeleportService} from "../../services/teleport/teleport.service";
@Component({
sele…