-
### Summary
I have a mutation that is automatically running via useEffect. Any page/component that is loading this component is then trying to make a request that isn't handled. Adding a `.mock.ts` f…
-
We want to make it super-simple to test Probot plugins. To that end, there are some things that we would like to provide:
* [x] An easy way to create a robot instance for testing
* [ ] Test robot …
-
Looking at #290, it seems like `apollo client:codegen` should work with grandstack , but I'm getting the following error whenever I try to generate my types:
```console
$ npm run codegen
> proj…
-
Hello there! I am using Angular together with Nx, PNPM and node18.20.4. I am trying to migrate to the latest version of Angular (18.2.11), which has a dependency on lmbd. I want to build and install m…
-
**Intended outcome:**
`@client` and server elements should all be resolved by MockProvider
**Actual outcome:**
Queries that mix `@client` and server elements are not resolved. Errors are …
-
Hi there! Thanks for the add-on!
I'm running into a problem with a story that demos a loading state:
1. The Loading story applies a handler with `ctx.delay('infinite')`. This story works great!
…
-
Any thoughts for using a standard to mock our endpoints during testing and development?
I've used [Postman](https://www.getpostman.com/) with success. They have a free version, but I'm not sure mul…
-
**Intended outcome:**
Test with MockedProvider receiving mocked data successfully.
related code (minimal repro):
```typescript
import React from 'react'
import { render } from '@testing-l…
-
Every issue should have been closed with a passing tests.
-
## :question: Guidance
### Affected Languages
- [ ] `TypeScript` or `Javascript`
- [ ] `Python`
- [x] `Java`
- [ ] .NET (`C#`, `F#`, ...)
- [ ] `Go`
### General Information
* **JSII …