-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken tests #551
Fix broken tests #551
Conversation
commit: |
f109078
to
364561f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As for the test failing it's probably some kind of config in vitest itself.
Does it work locally ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather have one test file per file. It makes it easier to know what's covered and what's not.
So it would be split in 2 core/routing/util.test.ts
and http/util.test.ts
It was working locally. It is failing now after |
7fcef80
to
c492543
Compare
Tests fixed. Let me know if you're happy to proceed. I can continue to flesh out additional tests in this PR or separate pull requests if you prefer. |
6c2a682
to
367ab3d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Separate PR will be easier to review.
If you could just move the cache.test.ts
following the same logic as the other files.
And delete example.test.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks !!!
Initial PR to try and fix broken tests.
For: #539