Open erperejildo opened 4 months ago
The test itself doesn't fail as you can see:
but it's annoying since it shows 35 errors
Thank you for submitting the issue!
I'm not able to access the repro. Please verify that it's been given public access.
Also, there's a new release for Ionic Framework that might have fixed it. I would also recommend updating the latest version. We fixed a bug that might be similar to this one.
Thank you for submitting the issue!
I'm not able to access the repro. Please verify that it's been given public access.
Also, there's a new release for Ionic Framework that might have fixed it. I would also recommend updating the latest version. We fixed a bug that might be similar to this one.
Fixed. Ok, I will try later
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
I can't run my test due to this error:
Expected Behavior
I should be able to run tests
Steps to Reproduce
npm run test.unit
Code Reproduction URL
https://github.com/erperejildo/myPayslips
Ionic Info
Additional Information
I don't have any includes in my component as you can check in the repo. Would it be possible to remove vitest and use just jest?