-
I cannot get the popover to open using vue-test-utils with jest. I picked up the `transitionStub` workaround from the vue-test-utils guide: https://v1.test-utils.vuejs.org/guides/#common-tips.
Howev…
s3dse updated
2 years ago
-
**Describe the bug** A clear and concise description of what the bug is.
According to the vue-test-utils documentation it is possible to register global stuff using `config.global.*`, so for instan…
-
You can use [Cypress](https://www.cypress.io/) plus [cypress-vue-unit-test](https://github.com/bahmutov/cypress-vue-unit-test) to test single file components (.vue files) that you create. If your comp…
-
### Describe the suggested improvement
#### Is your improvement related to a problem? Please describe.
Our current Vue.js application has some remaining composables that maintain state at the mo…
-
Explore using `@testing-library` to unit test Vue components. And also to verify Lux component integrations maybe?
_Update:_
Looks like Vue has an official test utils package (https://vue-test-ut…
-
Current status: https://dwarshuis.com/test/cylinder-lock-vue/#
**What: a gamification of value propositions**
By who: the KF team, for market research and sales ends
For who: respondents that w…
-
Hi, this is somewhat of a duplicate of these issues: #252, #249, and #86. But I wanted to call more attention to it.
I am getting this error when attempting to test our Vue project using vue-cli-s…
-
Great little library - thanks for making this! 💯
I am now trying to figure out how to mock the store for testing. In [vue-test-utils docs](https://vue-test-utils.vuejs.org/guides/using-with-vuex.h…
-
Hello,
I am currently exploring the use of the dnn-elements library within a Vue project, but I've noticed that there is no official support for Vue in the documentation. I would like to inquire if…
-
### Reproduction example
https://codesandbox.io/s/loving-archimedes-vvcdt3
### Prerequisites
1. Setup Vue 2.6.x
2. Setup @testing-library/vue@5 ->
### Expected behavior
No VS code error or `imp…