-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Docs home page says to:
```typescript
import { Mocked } from '@suites/unit';
```
http…
-
I guess you all noticed no active development of the library for several years.
It's going to change from January 2025.
Thanks to all who was patient and hasn't lost trust in ng-mocks.
-
Instead of mocking stuff, there are Test... classes. Would be nice to get rid of these.
Current weapon of choice is FakeItEasy
-
**Jira:** https://asfdaac.atlassian.net/browse/TOOL-3320
*Note: The above link is accessible only to members of ASF.*
--------------------------------------------------------------------------…
-
Hi,
Apologies if I've misunderstood something, but I'm getting an error that isn't `ConcurrencyError` and i'm trying to figure out if it's a bug in this plugin, or in some of the code being tested …
-
### Description
I am struggling to find a way to combine the modern Redis v4 client with the jest test framework.
This is my production code:
```
import redis from 'redis';
import config from…
-
**Objective**
Implement a robust testing framework to improve the quality and reliability of the code.
Steps to Implement Jest
1. **Installation**
`npm install --save-dev jest @types/jest ts-j…
-
### Description
Create the POA request detail view, excluding the "Claimant POA History" section for now
#### Implementation Details
- [ ] iterate from the restore code
- [ ] utilize mock data
This …
-
In our app, we utilize the library [office-addin-mock](https://www.npmjs.com/package/office-addin-mock) during our test process, to mock our interactions with office addin code.
If we follow its depe…
-
I am having trouble getting Yappi to work with Python 3.13t Free Threading. Attempting to isolate the issue, the smallest example was using `unittest.patch`. However I am able to see it with other lib…