chaptergy

Results 15 issues of chaptergy

Sometimes when I open the search and start typing, the typed letters do not show up in the search bar and the apps are not filtered either. It seems the...

Provides access to the request headers map within the mock data response function. Additionally I have fixed the tables in the storybook files. Fixes https://github.com/linearlabs-workspace/storybook-addon-mock/issues/218

Sometimes the mock response should depend on a header send with the request, for example if the `Accept` or `Accept-Language` header was set. This would make request handlers like this...

### Description Adds a method to get the mock implementation including implementations, which are temporary and created with mock...Once. Fixes https://github.com/vitest-dev/vitest/issues/7030. A new method was added in order to remain...

### Describe the bug The `getMockImplementation()` method only returns permanent implementations, not implementations only added once. So the return value of `getMockImplementation()` can be different, than the implementation being called....

p3-minor-bug