Michael Solomon
Michael Solomon
Currently, if you do: ``` nock(..).get('/').reply(200).persist(); nock(..).get('/').reply(400); // this will never get called ``` The second interceptor won't get called ever. But sometimes in tests (queue for examples), I want...
`disableNetConnect ` throws a `NetConnectNotAllowedError` error that causes an unspecified behavior when clients are trying to access expected properties like `status` and `body` which doesn't exist in nock's response. As...
We get: ``` Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished? ``` Probably because we don't close the connection...
Golden rule - A test visitor will always find the failure reason within the test or at the worst case in the nearest hook. Practically: - If the intercepted request...
We have a user which has a few comments. When we delete the user, we should delete all its comments as well. How can we test that the **comments** get...
Differentiate this example package name from the popular `express` package. This triggers some SAST tools (like twistlock) because the version is `0.0.0`
**Is your feature request related to a problem? Please describe.** I've been looking at the documentation about environment variables and see that you are able to configure credentials, regions, and...
### Prerequisites - [x] I'm using latest version: v - [x] I've checked [Known issues](https://github.com/hovancik/stretchly#known-issues) ### Description A lot of the microbreaks contain "tasks" that require 10 seconds on one...
**Are you using OpenAPI 2, 3.0.X, or 3.1.0?** All of them **Would this solve a problem or make something easier?** Solve a problem **What would you like to happen?** I'd...
I open this issue to gather the efforts to ease the pain of updating the nodejs externs, this issue came up in few places across this repo: 1. [comment](https://github.com/HaxeFoundation/hxnodejs/issues/102#issuecomment-393252668) 2....