Alan Collins
Alan Collins
I've setup nginx (via nginx-proxy-manager) with oauth2-proxy protecting specific paths. When the application hosted by those paths attempt to POST or PUT to their API, nginx reaches a timeout and...
I saw issue #178 and the comment by @m-rots , and thought I'd try my hand at Go (still a novice at it). Instead of putting the slashDirection option in...
## PR Checklist Please check if your PR fulfills the following requirements: - [X ] The commit message follows our guidelines: https://github.com/ngneat/spectator/blob/master/CONTRIBUTING.md#commit - [X ] Tests for the changes have...
### Description I was recently mocked a CanvasRenderingContext2D, and I used `let obj = createSpyObject(CanvasRenderingContext2D);` to create the Spy for me. It works great for all the methods on the...
This adds the ability to define a separate set of environment variables to use when debugging vs when normal running of the tests via the extension. A new `vitest.debugNodeEnv` setting...
### Describe the bug I'm having an issue debugging into a test when run in browser mode and my projects are setup using [projects](https://vitest.dev/guide/projects). The test runs, and reports a...