-
Hello!
I'm encountering this next error while testing a component that uses a 3rd party library that uses google maps API:
![image](https://github.com/googlemaps/js-jest-mocks/assets/57009512/fb6d…
-
### Description of the bug
MockComponent on component imported from an external library does not work with InputSignal.
### An example of the bug
This is the simplified imported component def…
-
### What version of Bun is running?
1.0.26+c75e768a6
### What platform is your computer?
_No response_
### What steps can reproduce the bug?
```
gh repo clone nock/nock
cd nock
bun i…
panva updated
2 months ago
-
I could not find anything about it supporting binary messages. Does this library support mocking of binary messages?
-
# Goal
I would like to make it easier to verify the behavior of the `OpenAI` class by adding test coverage.
# Proposal
Test coverage will aim at the following scenarios—both for their happy path a…
-
**TL;DR**
When running an Xcode build which target/scheme has parallel build enabled, when targets concurrently run `swiftymocky generate`, the output of these builds become unpredictable. Disabling …
-
Does this library have a support for stubbing w/out a mocking framework?
As I see it, it should have an option `stub: true` to bypass all real network calls.
I can stub it with RSpec-mocks or simila…
Valve updated
9 years ago
-
Hi, I am trying to mock file operation functions like `fopen` etc. So I added the following line to my test file:
#include "mock_stdio.h"
However, calling `fopen_IgnoreAndReturn` failed as `…
-
**What I'm trying to achieve:**
test my component (which is simply a div wrapping around DatePicker to apply some styling) using testing-library
**To Reproduce**
```npm run test```: fails with th…
4r5i4 updated
5 months ago
-
- May want some unittests on the functions in dds.py
- davidmc discovered some existing dds evaluations https://web2.acbl.org/documentLibrary/play/analysis/R030220.pdf. A good test would be to replic…