-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
test(query-core): resolve ESLint typescript-eslint/require-await warnings for mutations.test.tsx #8900
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(query-core): resolve ESLint typescript-eslint/require-await warnings for mutations.test.tsx #8900
Conversation
View your CI Pipeline Execution ↗ for commit a3acb2c.
☁️ Nx Cloud last updated this comment at |
More templates
@tanstack/angular-query-devtools-experimental
@tanstack/angular-query-experimental
@tanstack/query-async-storage-persister
@tanstack/query-broadcast-client-experimental
@tanstack/eslint-plugin-query
@tanstack/query-core
@tanstack/query-devtools
@tanstack/query-persist-client-core
@tanstack/query-sync-storage-persister
@tanstack/react-query
@tanstack/react-query-devtools
@tanstack/react-query-next-experimental
@tanstack/react-query-persist-client
@tanstack/solid-query
@tanstack/solid-query-devtools
@tanstack/solid-query-persist-client
@tanstack/svelte-query
@tanstack/svelte-query-devtools
@tanstack/svelte-query-persist-client
@tanstack/vue-query
@tanstack/vue-query-devtools
commit: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8900 +/- ##
===========================================
+ Coverage 44.02% 56.86% +12.83%
===========================================
Files 200 122 -78
Lines 8016 4991 -3025
Branches 1764 1333 -431
===========================================
- Hits 3529 2838 -691
+ Misses 4057 1870 -2187
+ Partials 430 283 -147 🚀 New features to boost your workflow:
|
small PRs are cute but please, next time, if there’s something that’s always the same, do it in one PR. This is like 10+ PRs I need to merge manually now ... |
AND I need to check if a failure is flaky or real :/ |
@TkDodo I split the PRs thinking it might make the reviews easier to go through one by one, but I totally see now that it ended up creating more overhead. |
Fix ESLint warnings for async functions without await
Resolved ESLint "require-await" warnings throughout the test files by:
These changes don't affect functionality but make the linter happy and improve code clarity.
ref: #8887 (comment)