You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove wait-for-expect from dependencies (#205)
**What**:
Remove unused dependency from `package.json`
**Why**:
This package is not used here directly. Dom-testing-library uses it though and declares it there already: https://github.com/kentcdodds/dom-testing-library/blob/master/package.json#L43
On the other hand, in case if dom-testing-library would use a new major version of the dependency, there will be unwanted package duplication, because this line will stay.
Packages should not declare dependencies on other packages, that they actually do not use.
**Checklist**:
- (N/A) Documentation
- (N/A) Tests
- [x] Ready to be merged
<!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->
- (N/A) Added myself to contributors table
<!-- this is optional, see the contributing guidelines for instructions -->
<!-- feel free to add additional comments -->
0 commit comments