-
2 pistes
- enregistrer les whiteboards dans /data --> global ou bien créer un graph par vue/source/utilisateur
ou sinon la vue est commune à tout le monde par source/vie
attention à la récupératio…
-
...as these are almost always required while testing.
-
A mocking framework is needed for this boilerplate to be complete, http://sinonjs.org/ is very popular
-
I am writing this issue out of desperation, I talked to seven developers to help with my goal testing a screen recording I am writing and none manged to help me with this. so here is the case.
I a…
-
See this repo for a reproduction [https://github.com/Sanderovich/web-test-runner-called-with-match-error-reproduction](https://github.com/Sanderovich/web-test-runner-called-with-match-error-reproducti…
-
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 …
-
## Who/What do you want to be featured?
Sinon (Shino Asada) from SAO
### What do they look like?
## What type of theme?
- [ ] Light Theme
- [x] Dark Theme
-
Sinon library allows to mock JS objects. I see a lot of tests misusing it by mocking internals and relying on timing and execution order of internals. Such tests hard to maintain since they don't allo…
-
**Is your feature request related to a problem? Please describe.**
Currently the mocking tool doesn't support stubbing getter/setter properties. It only allows stubbing functions. Other mocking too…
-
When I add this line to my tests:
`import Sinon from 'sinon';`
I get a bunch of warnings and finally an error:
```
// ...
WARNING in ./~/sinon/lib/sinon/util/event.js
Critical dependencies:
107:25-…