-
Dan first of all apologies if this is not the correct place for this (first time, long time). I had an issue with running the snapshot test. Below shows the issue and how it was resolved.
### Iss…
-
After upgrading jest to 24.8.0, I got a bunch of warnings regarding SCSS in my Vue components. I mitigated most of them by setting `moduleNameMapper`, as suggested in the warning messages. However, so…
-
Allow `vue add jest-serializer-vue-tjw` or something similar, to auto-setup in a Vue-CLI project
* https://github.com/tjw-lint/vue-cli-plugin-jest-serializer-vue-tjw
Created repo. Help wanted. S…
-
The [examples](https://github.com/lingui/js-lingui/tree/main/examples) are extremely outdated and need to be upgraded
- [x] create-react-app
- [x] js
- [x] nextjs-babel
- [x] nextjs-swc
- [x] v…
-
when i created a custom tool and want to test it, the error is : test suite failed to run cause import cornerstoneWADOImageLoader in es6 module
my devDependencies is: {
"@testing-library/jest-do…
-
**Summary**
I am having issues using Stryker with the Vue 3 `` for Composition API inside Single File Components (SFCs). Specifically I am having issues with `defineProps` and `defineEmits`, https:…
-
When I initialized the project with Nuxt2 and selected the chakra-ui
then I got this error when I started, console show the error was in this package.
```
FATAL defu is not a function …
-
# Describe
During the development of a [trivial fix](https://github.com/rancher/dashboard/pull/9264), it showed up the need to setup Jest for Nuxt functionalities, such like `$fetch`.
This may b…
cnotv updated
4 months ago
-
**Question**
Why same configuration for a very similar app is causing test failure? Mainly, tests are not even running or only a few tests can be found.
**Stryker environment**
stryker conf…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `vue-jest@5.0.0-alpha.10` for the project I'm working …