-
### Reproduction
https://github.com/heykc/pinia-test
### Steps to reproduce the bug
1. pull down the repo above
2. run the test
3. notice test fails with a warning of `[Vue warn]: Write ope…
heykc updated
2 months ago
-
Creating a project with typescript and vitest
```
Vue.js - The Progressive JavaScript Framework
√ Add TypeScript? ... Yes
√ Add Vitest for Unit Testing? ... Yes
```
making a mistake somewh…
-
Stuff left over from #750, because I wanted to wrap up that mega issue and continue with more pressing stuff to finalize the v0.9 milestone.
## Tasks
- [ ] Set up global warning suppression
- [ ] Ad…
-
**Description**
I have an app which is including a child component. I am testing if the app correctly renders the child component. The runtime is @vue/compat , the child component does not rend…
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on Github _(I've sea…
-
### Vue version
3.2.45
### Link to minimal reproduction
https://gist.github.com/zach2825/bdd461182f0390f6b873c847a733971b
### Steps to reproduce
When I ran upgrades in the app, I discovered the `…
-
### Environment
"dependencies": {
"nuxt": "3.12.4",
"vue": "latest"
},
"devDependencies": {
"@nuxt/test-utils": "3.14.1",
"@vue/test-utils": "2.4.6",
"happy-dom": "14…
-
Hello,
i try to test a custom component using jest which uses vue-form-wizard as a child component.
but my test fails with the error message
`Prop startIndex set to 0 is greater than the numbe…
-
Hello,
Would someone have an idea on how to properly test floating-vue implementation using jest/vue-test-utils ?
I was using v-tooltip and testing the tooltip content text with the following as…
-
## Week 1
- [ ] Go fundamentals
- [ ] Typescript fundamentals
- [ ] coreutils: echo, env, cat, wc, head, tail, yes, true, false, tree (use gobyexample to speed up things)
- [ ] Testing fundame…