-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Cleanup delete schema #1604
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
Cleanup delete schema #1604
Conversation
Current coverage is 92.31%@@ master #1604 diff @@
========================================
Files 87 87
Lines 5543 6154 +611
Methods 0 1082 +1082
Branches 1055 1278 +223
========================================
+ Hits 5145 5681 +536
- Misses 385 473 +88
+ Partials 13 0 -13
|
}); | ||
} | ||
|
||
_allCollections() { |
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.
can we make it a function with this
passed as a prop like:
function allCollections(storageAdapter) { ... }
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.
Just so it's not exported? Sure.
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.
Thx!
329182c
to
558c237
Compare
@drew-gross updated the pull request. |
I was going to do more in this PR but there is a dependency on count so I'm going to break that dependency before going further with this.