-
I am wondering if we could use a fake JSON API like [json-server](https://www.npmjs.com/package/json-server) with this project so we test the components without a Drupal backend as also as allow front…
-
## tl;dr
A Zed crash can be trigged if multiple pool rename operations are initiated close together.
## Details
Repro is with Zed commit f8fb140.
I became aware of this issue because of a …
-
`"msw-trpc": "^1.3.4",`
On my client I am making the call `const { data, isLoading, isError, error } = trpc.exampleFunction.useQuery()`.
If `isError` is true, I display the `error.message` in my s…
-
Goal: better quality with more coverage and have better error messages on refactoring than with e2e tests
### Tasks
- [x] choose best library (decision), e.g. https://mswjs.io/
- [x] #1044
…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
外部APIを使用するのでMSWを設定する。
https://mswjs.io/
-
Hello. Thanks for you work.
I migrate from version 0.12.7 to 0.23.0 and get an error when I use http proxy
```
node:_http_client:189
throw new ERR_INVALID_PROTOCOL(protocol, expectedProto…
-
## Problem/Motivation
Walrus Sites routes requests from Web2 to Web3 using a Service Worker script, called `sw.js`, which is a very typical name for service worker scripts in many frontend framewor…
-
### Version
v18.19.0, v20.11.0, v21.7.0
### Platform
Darwin Artems-Air.home 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:59:33 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8112 arm64
…
-
There is a section in the 1->2 migration guide that addresses the problem of tests in Jest not having access to the global objects such as `Request`, `Response`, `TextEncoder`, `fetch`, etc.
The [p…