-
## This would solve...
I'm migrating from `nock` to `undici` mocks and after each test, I clear all active mocks, so that they do not interact with other test cases. This solves the problem when mo…
-
Unit tests are very important and they need to be easy to write. One of the obstacles is that we use mocks and it is not straightforward to reproduce the behavior of the API server. What is worse is t…
-
### Use case
I would like to request the ability to use a relative path when generating test mocks with Apollo iOS. Currently, the primary code generation configuration supports specifying a relati…
-
## Requirements
- Create North Star mocks for the "Application Submitted" page
- Updated [Figma mocks](https://www.figma.com/design/RmhVJCLgAKWGENJLWWAtNS/CiviForm%3A-Components%2C-Styles?node-id=245…
-
# Description
When running Python tests in VS Code using Test Adapter Converter UI, test will hang if I individually run a test that uses mock_open from unittest.
If I run the individual test from co…
-
### createMock($type)
**createMock($type)**
Метод createMock($type) немедленно возвращает объект тестового двойника для указанного типа (интерфейса или класса). Создание этого тестового двойника о…
-
**Descrição**
Precisamos remover todos campos/componentes, em que estão com dados fixos ou mocados, como os campos: Hora que a data foi publicada, Tags e filtros.
**Critérios de Aceite**
1. Não pode…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Ar…
-
### Current Behavior
Randomly, a build fails, and after re-running it passes after a random number of tries.
A build failing wouldn't be a problem, but it not showing the reason is!
![image](https:…
-
# [Frontend] Set up Testing Infrastructure with Jest and Testing Library
Set up comprehensive testing infrastructure for our React frontend application, including unit tests, component tests, and i…