-
## 🚀 Feature Proposal
This introduces an easy-to-use, lightweight and concise way to (partially) mock typed APIs (Typescript modules, types, classes and above all interfaces) without introducing an…
ghost updated
5 months ago
-
Hello old friend 👋 Struggling to say for sure if this a user error or if I’ve stumbled upon an edge case.
I’m writing tests in jest, mocking globally, using node 18, and node native fetch.
Scena…
-
### Feature Request
Playwright Test can also be used as a "generic" test runner to run unit/integration tests (see #14268).
For such tests it is often helpful, if not necessary, to mock modules …
-
sensitive data is: card title, member name + avatar
-
**Description**
When creating RestClient Bean with JdkClientHttpRequestFactory, like below
```java
@Bean
public RestClient restClient(RestClient.Builder builder) {
return builder
…
-
This issue about moving away from Jest to Node.js's Native Test Runner
### Why
It would be great if we adopted Node.js's Test Runner (and moved away from Jest) because:
- Way less dependencie…
-
### Subject of the issue
When mocking a method in an outer and inner scope using combinations of `expect` and `allow`, the mocks leak out of the inner scope. I suppose that this is a bug because it o…
-
Right now, when a user receives a notification for a reply and this happens:
With the anchor in the path to the PARENT comment...
1. The page scrolls to the comment
2. You get a dashed border. …
-
We should have tests for this lovely new extension. I'll add some later and use as a way to record progress.
First note: Information on mocking `libcloud` can be found here: http://empt1e.blogspot.de…
k-nut updated
6 years ago
-
Before, it wasn't easy to test external Wasp code due to how Wasp projects were organized.
Which is why we added special support for writing tests for frontend, to enable that. We wanted to do the sa…