Vidar S. Ramdal
Vidar S. Ramdal
> Another tid bit, I have it running now after I updated Vue Jest. The router examples, don't work with the Vue 3 recommended vue router version ^4.0.3, I noticed...
Yes, that demo works, as in: The `keydown` and `keyup` columns reflect the key I'm pressing, but nothing happens in the `keypress` column (should it?). On that page, I can...
FWIW, I can work around the problem by adjusting `node_modules/jest-preview/dist/index.js` line #24 from ``` const CACHE_FOLDER = './node_modules/.cache/jest-preview'; ``` so that it references the correct `node_modules`: ``` const CACHE_FOLDER =...