Skip to content

Commit 823c3b7

Browse files
committed
Format skipPollOnFocusLost test
1 parent 65a6ae3 commit 823c3b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/toolkit/src/query/tests/polling.test.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,10 @@ describe('polling tests', () => {
185185
const { requestId, queryCacheKey, ...subscription } =
186186
storeRef.store.dispatch(
187187
getPosts.initiate(1, {
188-
subscriptionOptions: { pollingInterval: 10, skipPollOnFocusLost: false },
188+
subscriptionOptions: {
189+
pollingInterval: 10,
190+
skipPollOnFocusLost: false,
191+
},
189192
subscribe: true,
190193
})
191194
)

0 commit comments

Comments
 (0)