-
I mentioned this in [#197](https://github.com/instea/react-native-popup-menu/issues/197) but that one is closed, so it neede a new issue.
Has anyone gotten Jest fireEvent.press() working?
In the…
-
In #861 I took a mental note that automatic PDF generation might not work after my (extensive) changes. Sadly, PDF crashes immediately, but no cypress test ever alerted me of that fact.
- We need aut…
-
### Checks
- [X] This is not a duplicate of an existing issue (please have a look through our [open issues list](https://github.com/TheOdinProject/curriculum/issues) to make sure)
- [X] I have thorou…
-
### Description
We are implementing component testing for the Monlam application to ensure each component functions correctly in isolation. This involves mocking the hooks and dependencies used by the…
-
### 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…
-
When unit testing components that post to a form action that uses sveltekit-superforms, we have not yet figured out how to properly mock the data and form returned by the form action.
Figuring out …
-
https://www.graphql-tools.com/docs/mocking#addmockstoschema
> [Mocking](https://www.graphql-tools.com/docs/mocking#mocking)
>
> The strongly-typed nature of a GraphQL API lends itself extremely …
-
**❗ please do not add sensitive information in issues, you can provide extra information via email using issue number as reference ❗**
**Describe the issue**
Certain senders produce session keys w…
-
Some settings strings can be quite difficult to understand without graphical help. Example with `Display` section:
![2024-01-25_10-22](https://github.com/inventaire/inventaire-client/assets/5363918/c…
jum-s updated
9 months ago
-
### Description of the bug
There a problem when trying to use ng-mocks in test which would like to use tools for new @defer block testing,
the problem is:
`fixture.getDeferBlocks();`
will return…