Reduce test red herring warnings (#265)
* Trying to reduce the number of warnings we get so we can get the actually important ones like warnings about memory leaks
PASS component and hooks packages/@react-spectrum/listbox/test/ListBox.test.js
● Console
console.error node_modules/react-dom/cjs/react-dom.development.js:558
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
in CollectionView (created by ListBox)
in ListBox
in ToastProvider (created by ForwardRef(Provider))
in div (created by ForwardRef(ProviderWrapper))
in ForwardRef(ProviderWrapper) (created by ForwardRef(Provider))
in ModalProvider (created by ForwardRef(Provider))
in Provider (created by ForwardRef(Provider))
in ForwardRef(Provider)
* fix lint