-
After adding and importing this lib, testing with jest shows errors for all test suites:
```
● Test suite failed to run
Cannot find module 'react/lib/ReactComponentTreeHook' from 'ReactDe…
-
-
Not sure if this is a bug in coverage itself, but as pinning coverage to 6.4 fixed it for us, i'll ask here first.
When i run pytest with coverage 6.4.1 or 6.4.2, putting a breakpoint in the code (…
-
Using the option `-m` can only ignore vulnerabilities in a specific package. It would be nice if we could ignore a whole package and it's child dependencies (packages installed by it). I believe this …
-
First, thank you for getting me up and running in a matter of minutes with your software. I've got a react native background demo app up and running using class components (based of [this sample code…
-
Goals:
Create HospitalCard Component: A reusable component that will display the hospital’s details, such as name, location, contact information, and rating.
Mock Data for UI Testing: Use static moc…
-
**Problem description :confused:**
We are mocking out the `server-wallet`, and we need a way to inject the config through the constructor as opposed to through environment variables. This allows us t…
-
```
expect(
stub_func,
will_return(1),
);
```
I'm finding myself writing expectations formatted like this because in my tests i can have multiple `when()` conditions and the line break mak…
-
### Describe the project you are working on
all
### Describe the problem or limitation you are having in your project
when I learn godot, sometime I can't download the examples on github. I can u…
-
## Description
We want to help users correct errors by showing them what the correct value should be and linking to the appropriate documentation.
## Acceptance criteria
- [ ] Error message include…