-
## Version **2.9.0** of [sinon-chai](https://github.com/domenic/sinon-chai) just got published.
Branch
Build failing 🚨
Dependency
…
-
## Version **2.10.0** of [sinon-chai](https://github.com/domenic/sinon-chai) just got published.
Branch
Build failing 🚨
Dependency
…
-
Steps to reproduce:
- Have a base class with a method named "foo"
- Extend the base class and add a method named "bar"
- Use stubConstructor to stub methods of the latter class
Code sample:
`…
-
0x73696d616f
high
# Drained oracle fees from market by depositing and withdrawing immediately without triggering settlement fees
## Summary
The oracle fee can be drained, as requests can be made wit…
-
## 🚀 Feature Proposal
Add `.when`/`.thenReturn` support to the Jest mock API.
`when`: Takes arguments to match the mock call against.
`thenReturn`: Takes a vale to return when the `when` claus…
-
When using typescript i am required to use calledWith on a deep mocked function instead of not providing this, or i have to ts-ignore it, if there is no way to avoid this, can calledWIth be called wit…
-
### Version
1.0.0-beta.30
### Reproduction link
[https://github.com/motz-art/vue-test-utils-watcher-called-twice](https://github.com/motz-art/vue-test-utils-watcher-called-twice)
### Ste…
-
-
### Current behavior:
I am trying to test a download action from a `.ts` file using the attribute `window.location.href`. It doesn't matter what value I assign for the URL string, the test instruc…
-
Currently, we are using `sinon` in `9.x` version in `ckeditor5-dev-tests`.
Current latest version of `sinon` is `13.x`, so it would be good to bump it.
However, there might be a few challenges (as…