This commit is contained in:
Nathan Bierema 2022-11-15 09:06:03 -05:00
parent 8a8c5ca8fc
commit 5bf6d5cea9

View File

@ -96,7 +96,9 @@ describe('rtk-query-monitor standalone integration', () => {
it('displays query data tab content', async () => { it('displays query data tab content', async () => {
// `Promise.resolve()` hushes `@typescript-eslint/await-thenable` // `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( const { container } = render(
<Providers store={store}> <Providers store={store}>