-
## Introduction
**Supporting "strict" mocks will help with test debuggability in certain scenarios.**
This design note explains the rationale and suggested implementation plan to support "strict…
-
-
Hi, is there any documentation on mock os.execute()?
I´ve tried this way:
```
describe("Plugin: " .. plugin_name .. " - integration tests", function()
local os_execute_mock
lazy_setup…
-
When this library updated to v0.36.6 my tests under vitest started giving this error:
```
ReferenceError: TransformStream is not defined
❯ ../node_modules/@mswjs/interceptors/src/interceptors/fe…
-
#### Need
Feedback that the links do not stand out in the backpages.
#### Approach
Add an underline and color change.
[Figma](https://www.figma.com/design/JOUDXkKfgivRNFdBsWDPEH/AnVIL?node-id=…
-
## Task
Mock-up the design for confirm voluntary reporter status. Part of this work includes cleaning up Figma file for this step.
-
## 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…
-
I am integrating the adapter with `fastify-casbin`.
When creating a unit test for the adapter I get the error _"PrismaClientInitializationError: error: Environment variable not found: DATABASE_URL.…
-
I have implemented [a similar plugin to the platform loggers](https://github.com/vitalijr2/mock-jdk-platform-logging).
It uses the same way to create loggers and have same side effects: if loggers …
-
Any chance to get GraphQL mocking alongside REST API mocking?