mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix test
This commit is contained in:
parent
8a8c5ca8fc
commit
5bf6d5cea9
|
@ -96,7 +96,9 @@ describe('rtk-query-monitor standalone integration', () => {
|
|||
|
||||
it('displays query data tab content', async () => {
|
||||
// `Promise.resolve()` hushes `@typescript-eslint/await-thenable`
|
||||
await Promise.resolve(pokemonApi.util.getRunningOperationPromises());
|
||||
await Promise.resolve(
|
||||
store.dispatch(pokemonApi.util.getRunningQueriesThunk() as any)
|
||||
);
|
||||
|
||||
const { container } = render(
|
||||
<Providers store={store}>
|
||||
|
|
Loading…
Reference in New Issue
Block a user