-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
test(vue-query): update vitest type test correctly #6988
test(vue-query): update vitest type test correctly #6988
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 62ad275. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 62ad275:
|
@DamianOsipiuk Could you review this please? |
@manudeli I think this error is legit, please have a look:
|
@TkDodo |
@manudeli now I merged this PR and the exact same errors show up on main, as well as on other PRs. That wasn't there before. This is unlikely to be a coincidence. Are you sure it's not introduced with this PR ? There are also new type errors in vue type tests now:
please have a look or I have to revert this merge |
going to revert for now |
Reference: https://vitest.dev/guide/testing-types
I convert type testing files as vitest's default *.test-d.tsx file from *.types.test.tsx
I am converting *.types.test.ts into vitest *.test-d.ts file one package by one package gradually