John Jenkins

Results 3 issues of John Jenkins

Simple working example: ```typescript class UntypedError { private readonly message; constructor(message: string) { this.message = message; } } class TypedError extends Error { constructor(message: string) { super(message); } } describe("Error...

**Describe the bug** I recently upgraded to v41 from v40, and this stopped working. Specifically, the following code: ``` // Step #2 - after we received the request tokens, we...

There's no value in keeping it open other than causing some browsers and commands to hang. This will force-close the connection after the response is sent.