-
Waiters are utility methods that poll for a particular state to occur. For example, one might wait on an EBS volume to be attached to an EC2 instance, or a Route 53 changeset to be propagated.
An …
-
Having used Apollo for years in production and written countless `MockResponse`s i am all too familiar with the object signature and the creation of those objects. However on occasion it can be tireso…
-
-
This would be a great tasks to work on if you'd like to learn any of the following:
- how to enable Test Driven Development
- ReactJS and general testing topics (spoiler - it's awesome)
- Continuou…
-
I have a utility to mock a task for testing I think would be nice for everyone to have.
I would submit it as a test-support helper, but it has a requirement for sinon, not sure if that would be a …
-
I had a long running job go down with
```julia
HTTP.ExceptionRequest.StatusError(500, "GET", "/bucket/key", HTTP.Messages.Response:
"""
HTTP/1.1 500 Internal Server Error
x-amz-reques…
-
### Checklist
- [X] Issue has a meaningful title
- [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue)
- [X] I have tested using the la…
-
```js
// some/file.js
import xhr from 'xhr-mocklet';
// ...
```
```bash
rollup some/file.js --o dist/some/file.js --f iife -c rollup.config.js
```
```bash
[!] Error: Cannot call a namesp…
-
**Intended outcome:**
We are trying to mock the graphql for teting with jest on NextJS
**Actual outcome:**
We are getting the following error:
```bash
TypeError: graphql.visit…
-
This tracker catalogues functionality that should be supported.
_The list will be built out incrementally, contributions welcome!_
# Test case definition
- [x] `describe` to organize test gro…