-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature: getAll count fix #41
base: master
Are you sure you want to change the base?
Conversation
JuraJuki
commented
Aug 25, 2020
- must test if this works
- Fix count attribute on useGetAll return #2
Best way to test this is to write tests :) |
2 issues in here. |
Can you point to a specific test file or something where I can take a look? |
This is the file pointing to the count fix: https://github.com/bornfight/aardvark/pull/41/files#diff-d06e6acc955a1369df2be73e89770b53 But the fix doesn't work because the returned meta is undefined, so it cannot read the count from it. I believe that #38 must be fixed and merged before we can continue on this PR |
Codecov Report
@@ Coverage Diff @@
## master #41 +/- ##
==========================================
- Coverage 85.41% 85.13% -0.29%
==========================================
Files 49 50 +1
Lines 1049 1056 +7
Branches 161 161
==========================================
+ Hits 896 899 +3
- Misses 151 155 +4
Partials 2 2
Continue to review full report at Codecov.
|