-
**Is your feature request related to a problem? Please describe.**
jasmine-auto-spies is not compatible with new version of jasmine-core
**Additional context**
[Dependency Config](https://github.…
-
when using `flow` in tests we can't patch objects in runtime anymore, that means we'll have to provide a Jest API that will be capable of mocking things without changing their public interface.
API…
-
## 🚀 Feature Proposal
I'd like to propose exposing the modules that have been mocked for a given test result, describing calls in sequence to `jest.mock`, `jest.unmock`, etc.
The purpose of…
-
5 years ago, with version 4.5, PHPUnit started to bundle [phpspec/prophecy](https://github.com/phpspec/prophecy) as an alternative to PHPUnit's own test double functionality.
In the context of the …
-
- FakeTimers version : I am using jest: 26.6.3 which uses FakeTimers
- Environment : Windows 10 10.0.19042
- Other libraries you are using: jest 26.6.3
I am actually redirected here from ht…
-
BPO | [13514](https://bugs.python.org/issue13514)
--- | :---
Nosy | @ezio-melotti
Files | [chunk_iTXt.py](https://bugs.python.org/file23826/chunk_iTXt.py "Uploaded as text/plain at 2011-12-01.06:33:06…
-
## Tasks
- [x] CLI options (#74)
- [x] Script to generate test file (#44)
- [x] Mock not taking arguments (#28)
- [x] Ability to assert what arguments a method was called with (#21)
- [x] Skip …
-
Stack Trace
```
Error: Tests run: 10, Failures: 1, Errors: 0, Skipped: 9, Time elapsed: 65.361 s
-
## The devDependency [sinon](https://github.com/sinonjs/sinon) was updated from `7.2.4` to `7.2.5`.
🚨 [View failing branch](https://github.com/dreamweaver1231/ecommerce/compare/master...dreamweaver1…
-
**Describe the bug**
Added { provide: C247HttpClientService, useValue: createSpyFromClass(C247HttpClientService)} then replaced with
provideAutoSpiy(C247HttpClientService). ran ng test at g…