You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
During a change from v13 to v14, I noticed that my tests had randomly broke. I assumed it was something internally, but when regressing back my package.json, everything worked fine. I pushed each version one by one until I found it was v14 of happy dom.
What's perplexing is that in my example reproduction, I don't get anything in the test. All versions seem to fail... Unlike the main repository just failing between those two versions: vue-project.zip
It may be more useful to pull that repository, and view the issue there. For now, I'm going to keep the happy-dom version on 13.6.2. The issue exists in v14 latest
Expected behavior
A clear and concise description of what you expected to happen.
The emitted() return should have update:modelValue as a key in the object -- it should not be undefined, and the test should pass.
Screenshots
If applicable, add screenshots to help explain your problem.
v13.6.2
v13.7.0
Device:
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
During a change from v13 to v14, I noticed that my tests had randomly broke. I assumed it was something internally, but when regressing back my package.json, everything worked fine. I pushed each version one by one until I found it was v14 of happy dom.
To Reproduce
I have the two following components:
child:
parent:
When done rawly in the browser (firefox)
document.getElementById('foo').click()
I getmodelvalue change false
This is correct.However, when I go to my test:
This should not be failing.
What's perplexing is that in my example reproduction, I don't get anything in the test. All versions seem to fail... Unlike the main repository just failing between those two versions:
vue-project.zip
As said, in my real repository, I'm only seeing the issue when going between
13.6.2->13.7.0
at https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/6ea759874fd41d3da08ae3cafee052e19b3e51e1/packages/bootstrap-vue-next/src/components/BFormCheckbox/form-checkbox.spec.ts#L600It may be more useful to pull that repository, and view the issue there. For now, I'm going to keep the happy-dom version on 13.6.2. The issue exists in v14 latest
Expected behavior
A clear and concise description of what you expected to happen.
The emitted() return should have
update:modelValue
as a key in the object -- it should not be undefined, and the test should pass.Screenshots
If applicable, add screenshots to help explain your problem.
v13.6.2
v13.7.0
Device:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: