-
**Please briefly describe the project you'd like to add to _Best of JS_?**
- Mock http requests made using fetch
**What is the GitHub repository of the project you'd like to add to _Best of …
-
node v22.5.1
npm 10.8.2
fetch-mock 12.0.2
i was using fetch-mock v11 which was working great along with `node:test`, but i upgraded to v12 and after taking steps to migrate, my preexisting tests …
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…
-
## Description
Create a playground page where we can test endpoints, database interactions, and ml interactions.
## Acceptance Criteria
- A button to mock sending game data to db
- Mock fetching user…
-
The mock was created in this ticket: https://github.com/department-of-veterans-affairs/va.gov-team/issues/95262
This ticket is to create a all of the boilerplate required to make the API call and stor…
-
When adding a single API endpoint `mock()`, any other fetch requests (even to different hosts) will fail. This is impractical for large codebases with many fetch requests, where only one or a few requ…
-
Tasks:
- [x] Referral mock is generated with an array of objects like the example below(subject to change when data comes from map):
```
Sta6aKey: String
ReferralStatus: String
Referr…
-
Just tried switching from `service-worker-mock` to `egde-mock`, but ran into trouble with me trying to capture and verify the subrequests going from the worker.
I've been using [jest-fetch-mock](ht…
-
**Objective:**
Set up placeholders for API calls within the `useTopics` function to prepare for future backend integration. For now, use mock data for trending topics and query filtering while keepi…
-
We both ran into the issue of [order in which you mock URLs](https://github.com/solid/solid-logic/pull/17#issuecomment-783647506) which is super annoying. This issue was reported [here](https://github…