Adam Gipril

Results 8 comments of Adam Gipril

@afontcu I don't believe any of our tests are setting a store. For additional context, the test suites with which I'm working are for a component library. All our current...

@afontcu I'll get you something and ping again. Might not be today — the repo in question is private, and I'll see if I can create a similar testing setup...

I'm also very interested in this feature. A solution to https://github.com/atlassian/gajira-transition/issues/23 would also solve this issue. This POST body achieved a transition to the "Closed" status with a resolution of...

I've found a workaround for my use case: a small Nuxt app generated to a static SPA with no server-side component. ```plaintext "@datadog/browser-rum": "^5.4.0", "nuxt": "^3.9.0", "ofetch": "^1.3.3", ``` nuxt.config.ts...

The workaround above did break the functionality of the [`registerEndpoint`](https://nuxt.com/docs/getting-started/testing#registerendpoint) helper from `@nuxt/test-utils v3.9.0`. For some reason in my runtime, only `globalThis.$fetch` gets replaced with the `vitest-environment-nuxt` version assigned [here](https://github.com/nuxt/test-utils/blob/v3.9.0/src/environments/vitest/index.ts#L80-L90)...

I'd like to echo the desire to be able to mock and/or exclude functionality within plugins. For a project I work on, either or both of the following resolutions would...