Aislinn Hayes
Aislinn Hayes
I'm using axios-cache-adapter for client-side caching, and I'm updating our instance to use a localForage store instead of relying on in-memory storage. https://www.npmjs.com/package/axios-cache-adapter#use-localforage-as-cache-store has some code examples on creating the...
I'm using axios-cache-adapter with a localForage store as per the example at https://www.npmjs.com/package/axios-cache-adapter#use-localforage-as-cache-store. I'm also using Mock Service Worker to mock responses to API endpoints in my unit and integration...
This took a while to track down - we're seeing issues with the performance of tests in our monorepo when running in the CI, and after some investigation using the...
Hi, I'm using a localForage instance with axios-cache-adapter, and trying to delete the localForage database on logout of my application. The function I'm using on logout to clear the localForage...
We have the ReduxToastr component at the root of our app with `preventDuplicates` props set to true: ``` ``` We fire toastr add action (by using a `@ReduxToastr/toastr/ADD` type Redux...
From the docs, I saw that the "confirm" type of toaster message caters for closing the toaster on ESC: ``` Toastr: confirm The confirm method takes two arguments. The first...
- `@testing-library/dom` version: latest - Testing Framework and version: jest and react-scripts as per the template and repro repository below - DOM Environment: latest jsdom with jest as per the...
## 🐛 Bug Report https://snyk.io/test/github/i18next/i18next-parser indicates a new high severity issue > Detailed paths > Introduced through: i18next-parser@i18next/i18next-parser#ffff92e38e522814a02140b719b0e6b9fa38360f › [email protected] › [email protected] › [email protected] › [email protected] > Introduced through: i18next-parser@i18next/i18next-parser#ffff92e38e522814a02140b719b0e6b9fa38360f...
### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...
**Describe the bug** We have some tests that clicking on React Router Dom links and assert that the `window.location.href` has been updated accordingly in the test. When using happy-dom 14.12.0,...