Mikhail Bashkirov
Mikhail Bashkirov
This has been originally reported here: https://github.com/ing-bank/lion/issues/64 ### Steps to reproduce: Demo: https://stackblitz.com/edit/js-mu9ixf 1. Open in Chrome this demo https://js-mu9ixf.stackblitz.io with NVDA (I'm using 2019.1.1) 2. Focus on first native...
## What I did 1. provided a minimal reproduction of the bug We discussed a similar situation, but different, when the order of mocking and importing was relevant within a...
## What I did 1. setup testing on Windows
### Describe the bug If you publish an addon with a preset written in ESM, it's not being loaded on Windows. E.g. we published https://www.npmjs.com/package/@web/storybook-framework-web-components as ESM Tested on Windows...
## Rollup Plugin Name: `commonjs`, `dynamic-import-vars`, `inject`, `pluginutils`, `strip` This PR contains: - [ ] bugfix - [ ] feature - [ ] refactor - [ ] documentation - [x]...
## What I did 1. added `addResponseJsonInterceptor` to be able to intercept parsed response JSON objects 2. added docs and tests for it